# 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-failuresopjuikx5/.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_set_revert.yml ************************************************* 1 plays in /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_revert.yml PLAY [Revert snapshots of logical volumes across different volume groups] ****** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_revert.yml:2 Friday 01 March 2024 17:39:29 +0000 (0:00:00.011) 0:00:00.011 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_revert.yml:55 Friday 01 March 2024 17:39:30 +0000 (0:00:01.004) 0:00:01.015 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/setup.yml:10 Friday 01 March 2024 17:39:30 +0000 (0:00:00.012) 0:00:01.028 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set mount parent] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/setup.yml:15 Friday 01 March 2024 17:39:31 +0000 (0:00:00.240) 0:00:01.269 ********** ok: [sut] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } TASK [Run the storage role install base packages] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/setup.yml:19 Friday 01 March 2024 17:39:31 +0000 (0:00:00.016) 0:00:01.286 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 17:39:31 +0000 (0:00:00.016) 0:00:01.302 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 17:39:31 +0000 (0:00:00.013) 0:00:01.316 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 17:39:31 +0000 (0:00:00.018) 0:00:01.334 ********** 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-failuresopjuikx5/.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-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 17:39:31 +0000 (0:00:00.025) 0:00:01.359 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 17:39:31 +0000 (0:00:00.195) 0:00:01.555 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 17:39:31 +0000 (0:00:00.014) 0:00:01.570 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 17:39:31 +0000 (0:00:00.009) 0:00:01.579 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 17:39:31 +0000 (0:00:00.009) 0:00:01.589 ********** 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-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 17:39:31 +0000 (0:00:00.026) 0:00:01.615 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 17:39:33 +0000 (0:00:02.525) 0:00:04.141 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 17:39:33 +0000 (0:00:00.012) 0:00:04.153 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 17:39:33 +0000 (0:00:00.010) 0:00:04.164 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 17:39:34 +0000 (0:00:00.470) 0:00:04.634 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 17:39:34 +0000 (0:00:00.019) 0:00:04.654 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 17:39:34 +0000 (0:00:00.015) 0:00:04.670 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 17:39:34 +0000 (0:00:00.015) 0:00:04.686 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 17:39:34 +0000 (0:00:00.015) 0:00:04.702 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 17:39:36 +0000 (0:00:02.520) 0:00:07.222 ********** 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": "running", "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 17:39:38 +0000 (0:00:01.776) 0:00:08.999 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 17:39:38 +0000 (0:00:00.029) 0:00:09.029 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 17:39:38 +0000 (0:00:00.009) 0:00:09.038 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 17:39:39 +0000 (0:00:00.382) 0:00:09.421 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 17:39:39 +0000 (0:00:00.019) 0:00:09.440 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 17:39:39 +0000 (0:00:00.009) 0:00:09.449 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 17:39:39 +0000 (0:00:00.012) 0:00:09.462 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 17:39:39 +0000 (0:00:00.012) 0:00:09.474 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 17:39:39 +0000 (0:00:00.012) 0:00:09.486 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 17:39:39 +0000 (0:00:00.019) 0:00:09.505 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 17:39:39 +0000 (0:00:00.009) 0:00:09.515 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 17:39:39 +0000 (0:00:00.018) 0:00:09.534 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 17:39:39 +0000 (0:00:00.018) 0:00:09.552 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 17:39:39 +0000 (0:00:00.010) 0:00:09.562 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709314104.195808, "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 17:39:39 +0000 (0:00:00.197) 0:00:09.759 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 17:39:39 +0000 (0:00:00.010) 0:00:09.770 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/setup.yml:23 Friday 01 March 2024 17:39:40 +0000 (0:00:00.766) 0:00:10.537 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:5 Friday 01 March 2024 17:39:40 +0000 (0:00:00.017) 0:00:10.554 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:10 Friday 01 March 2024 17:39:40 +0000 (0:00:00.192) 0:00:10.747 ********** ok: [sut] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:14 Friday 01 March 2024 17:39:40 +0000 (0:00:00.015) 0:00:10.762 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:23 Friday 01 March 2024 17:39:42 +0000 (0:00:02.404) 0:00:13.167 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:31 Friday 01 March 2024 17:39:43 +0000 (0:00:00.293) 0:00:13.460 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:36 Friday 01 March 2024 17:39:43 +0000 (0:00:00.012) 0:00:13.473 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:44 Friday 01 March 2024 17:39:43 +0000 (0:00:00.011) 0:00:13.484 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:49 Friday 01 March 2024 17:39:43 +0000 (0:00:00.021) 0:00:13.506 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:58 Friday 01 March 2024 17:39:43 +0000 (0:00:00.018) 0:00:13.525 ********** 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-failuresopjuikx5/tests/tasks/setup.yml:29 Friday 01 March 2024 17:39:43 +0000 (0:00:00.018) 0:00:13.543 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 17:39:43 +0000 (0:00:00.024) 0:00:13.568 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 17:39:43 +0000 (0:00:00.017) 0:00:13.585 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 17:39:43 +0000 (0:00:00.020) 0:00:13.606 ********** 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-failuresopjuikx5/.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-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 17:39:43 +0000 (0:00:00.030) 0:00:13.636 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 17:39:43 +0000 (0:00:00.013) 0:00:13.649 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 17:39:43 +0000 (0:00:00.013) 0:00:13.662 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 17:39:43 +0000 (0:00:00.025) 0:00:13.688 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 17:39:43 +0000 (0:00:00.012) 0:00:13.700 ********** 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-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 17:39:43 +0000 (0:00:00.026) 0:00:13.727 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 17:39:46 +0000 (0:00:02.530) 0:00:16.257 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "volumes": [ { "name": "lv1", "size": "15%" }, { "name": "lv2", "size": "50%" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "volumes": [ { "name": "lv3", "size": "10%" }, { "name": "lv4", "size": "20%" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "volumes": [ { "name": "lv5", "size": "30%" }, { "name": "lv6", "size": "25%" }, { "name": "lv7", "size": "10%" }, { "name": "lv8", "size": "10%" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 17:39:46 +0000 (0:00:00.027) 0:00:16.284 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 17:39:46 +0000 (0:00:00.013) 0:00:16.298 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 17:39:50 +0000 (0:00:03.951) 0:00:20.249 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 17:39:50 +0000 (0:00:00.022) 0:00:20.272 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 17:39:50 +0000 (0:00:00.017) 0:00:20.290 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 17:39:50 +0000 (0:00:00.020) 0:00:20.311 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 17:39:50 +0000 (0:00:00.017) 0:00:20.329 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 17:39:52 +0000 (0:00:02.398) 0:00:22.727 ********** 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": "running", "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 17:39:54 +0000 (0:00:01.704) 0:00:24.431 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 17:39:54 +0000 (0:00:00.030) 0:00:24.461 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 17:39:54 +0000 (0:00:00.009) 0:00:24.471 ********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "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-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "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/xvda1", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "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-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "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": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "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": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "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_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "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": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "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": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "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_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "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": "lv5", "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": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "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": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_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": "lv8", "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": "10%", "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 17:40:04 +0000 (0:00:10.061) 0:00:34.532 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 17:40:04 +0000 (0:00:00.019) 0:00:34.552 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 17:40:04 +0000 (0:00:00.010) 0:00:34.562 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "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-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "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/xvda1", "/dev/mapper/test_vg1-lv1", "/dev/mapper/test_vg1-lv2", "/dev/mapper/test_vg2-lv3", "/dev/mapper/test_vg2-lv4", "/dev/mapper/test_vg3-lv5", "/dev/mapper/test_vg3-lv6", "/dev/mapper/test_vg3-lv7", "/dev/mapper/test_vg3-lv8" ], "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-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "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": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "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": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "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_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "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": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "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": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "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_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "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": "lv5", "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": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "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": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_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": "lv8", "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": "10%", "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 17:40:04 +0000 (0:00:00.022) 0:00:34.584 ********** 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-7", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-7", "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": "15%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_kernel_device": "/dev/dm-6", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "_raw_kernel_device": "/dev/dm-6", "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": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "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_vg2-lv3", "_kernel_device": "/dev/dm-5", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "_raw_kernel_device": "/dev/dm-5", "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": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv4", "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": "20%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "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_vg3-lv5", "_kernel_device": "/dev/dm-3", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "_raw_kernel_device": "/dev/dm-3", "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": "lv5", "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": "30%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv6", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv7", "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": "10%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "_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": "lv8", "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": "10%", "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 17:40:04 +0000 (0:00:00.019) 0:00:34.604 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 17:40:04 +0000 (0:00:00.013) 0:00:34.618 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 17:40:04 +0000 (0:00:00.018) 0:00:34.636 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 17:40:04 +0000 (0:00:00.010) 0:00:34.647 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 17:40:04 +0000 (0:00:00.022) 0:00:34.669 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 17:40:04 +0000 (0:00:00.019) 0:00:34.688 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 17:40:04 +0000 (0:00:00.010) 0:00:34.699 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709314104.195808, "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 17:40:04 +0000 (0:00:00.202) 0:00:34.902 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 17:40:04 +0000 (0:00:00.010) 0:00:34.912 ********** ok: [sut] TASK [Run the snapshot role to create a snapshot set of LVs] ******************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_revert.yml:58 Friday 01 March 2024 17:40:05 +0000 (0:00:00.811) 0:00:35.724 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:40:05 +0000 (0:00:00.023) 0:00:35.748 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:40:05 +0000 (0:00:00.018) 0:00:35.766 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:40:05 +0000 (0:00:00.021) 0:00:35.788 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:40:05 +0000 (0:00:00.014) 0:00:35.802 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:40:05 +0000 (0:00:00.014) 0:00:35.817 ********** 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-failuresopjuikx5/.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-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:40:05 +0000 (0:00:00.031) 0:00:35.849 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:40:08 +0000 (0:00:02.413) 0:00:38.262 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:40:08 +0000 (0:00:00.027) 0:00:38.290 ********** ok: [sut] => { "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 : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:40:10 +0000 (0:00:02.054) 0:00:40.345 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.15.151 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.15.151 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:40:10 +0000 (0:00:00.015) 0:00:40.360 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:40:10 +0000 (0:00:00.025) 0:00:40.385 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:40:10 +0000 (0:00:00.011) 0:00:40.396 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify the set of snapshots for the LVs] ********************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_revert.yml:65 Friday 01 March 2024 17:40:10 +0000 (0:00:00.015) 0:00:40.412 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:40:10 +0000 (0:00:00.025) 0:00:40.438 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:40:10 +0000 (0:00:00.035) 0:00:40.473 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:40:10 +0000 (0:00:00.022) 0:00:40.496 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:40:10 +0000 (0:00:00.014) 0:00:40.510 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:40:10 +0000 (0:00:00.016) 0:00:40.526 ********** 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-failuresopjuikx5/.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-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:40:10 +0000 (0:00:00.034) 0:00:40.561 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:40:12 +0000 (0:00:02.486) 0:00:43.048 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py check -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command check] ********* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:40:12 +0000 (0:00:00.027) 0:00:43.075 ********** ok: [sut] => { "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 : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:40:13 +0000 (0:00:00.780) 0:00:43.856 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.15.151 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.15.151 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:40:13 +0000 (0:00:00.014) 0:00:43.870 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:40:13 +0000 (0:00:00.027) 0:00:43.897 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:40:13 +0000 (0:00:00.011) 0:00:43.909 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Revert the set] ********************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_revert.yml:73 Friday 01 March 2024 17:40:13 +0000 (0:00:00.015) 0:00:43.924 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:40:13 +0000 (0:00:00.029) 0:00:43.953 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:40:13 +0000 (0:00:00.017) 0:00:43.970 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:40:13 +0000 (0:00:00.024) 0:00:43.995 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:40:13 +0000 (0:00:00.014) 0:00:44.009 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:40:13 +0000 (0:00:00.013) 0:00:44.023 ********** 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-failuresopjuikx5/.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-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:40:13 +0000 (0:00:00.030) 0:00:44.054 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:40:16 +0000 (0:00:02.409) 0:00:46.463 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py revert -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command revert] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:40:16 +0000 (0:00:00.027) 0:00:46.491 ********** ok: [sut] => { "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 : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:41:17 +0000 (0:01:01.078) 0:01:47.569 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.15.151 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.15.151 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": true\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": true", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:41:17 +0000 (0:00:00.014) 0:01:47.584 ********** changed: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": true, "errors": [ "" ], "return_code": 0 } }, "changed": true } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:41:17 +0000 (0:00:00.024) 0:01:47.609 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:41:17 +0000 (0:00:00.012) 0:01:47.621 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for revert] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_revert.yml:80 Friday 01 March 2024 17:41:17 +0000 (0:00:00.015) 0:01:47.636 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the revert is done with snapshot_lvm_verify_only] ***************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_revert.yml:84 Friday 01 March 2024 17:41:17 +0000 (0:00:00.012) 0:01:47.648 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:41:17 +0000 (0:00:00.032) 0:01:47.681 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:41:17 +0000 (0:00:00.017) 0:01:47.699 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:41:17 +0000 (0:00:00.021) 0:01:47.721 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:41:17 +0000 (0:00:00.014) 0:01:47.735 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:41:17 +0000 (0:00:00.013) 0:01:47.749 ********** 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-failuresopjuikx5/.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-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:41:17 +0000 (0:00:00.032) 0:01:47.781 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:41:19 +0000 (0:00:02.377) 0:01:50.158 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py revert -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command revert] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:41:19 +0000 (0:00:00.027) 0:01:50.186 ********** ok: [sut] => { "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 : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:41:20 +0000 (0:00:00.454) 0:01:50.641 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.15.151 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.15.151 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:41:20 +0000 (0:00:00.014) 0:01:50.656 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:41:20 +0000 (0:00:00.027) 0:01:50.683 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:41:20 +0000 (0:00:00.011) 0:01:50.694 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Revert the set again to check idempotence] ******************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_revert.yml:92 Friday 01 March 2024 17:41:20 +0000 (0:00:00.015) 0:01:50.710 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:41:20 +0000 (0:00:00.055) 0:01:50.765 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:41:20 +0000 (0:00:00.018) 0:01:50.783 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:41:20 +0000 (0:00:00.022) 0:01:50.806 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:41:20 +0000 (0:00:00.014) 0:01:50.820 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:41:20 +0000 (0:00:00.014) 0:01:50.834 ********** 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-failuresopjuikx5/.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-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:41:20 +0000 (0:00:00.032) 0:01:50.867 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:41:23 +0000 (0:00:02.399) 0:01:53.267 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py revert -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command revert] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:41:23 +0000 (0:00:00.027) 0:01:53.295 ********** ok: [sut] => { "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 : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:41:23 +0000 (0:00:00.309) 0:01:53.604 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.15.151 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.15.151 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"snapshot not found with name: test_vg1/lv1_snapset1\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"snapshot not found with name: test_vg1/lv1_snapset1\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:41:23 +0000 (0:00:00.014) 0:01:53.619 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "snapshot not found with name: test_vg1/lv1_snapset1" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:41:23 +0000 (0:00:00.027) 0:01:53.646 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:41:23 +0000 (0:00:00.011) 0:01:53.657 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for revert] ******************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_revert.yml:99 Friday 01 March 2024 17:41:23 +0000 (0:00:00.015) 0:01:53.672 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run the snapshot role remove the set] ************************************ task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_revert.yml:103 Friday 01 March 2024 17:41:23 +0000 (0:00:00.013) 0:01:53.685 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:41:23 +0000 (0:00:00.038) 0:01:53.724 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:41:23 +0000 (0:00:00.018) 0:01:53.743 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:41:23 +0000 (0:00:00.022) 0:01:53.765 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:41:23 +0000 (0:00:00.014) 0:01:53.779 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:41:23 +0000 (0:00:00.015) 0:01:53.794 ********** 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-failuresopjuikx5/.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-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:41:23 +0000 (0:00:00.031) 0:01:53.826 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:41:26 +0000 (0:00:02.567) 0:01:56.393 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:41:26 +0000 (0:00:00.027) 0:01:56.421 ********** ok: [sut] => { "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 : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:41:26 +0000 (0:00:00.646) 0:01:57.067 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.15.151 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.15.151 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:41:26 +0000 (0:00:00.015) 0:01:57.083 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:41:26 +0000 (0:00:00.025) 0:01:57.109 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:41:26 +0000 (0:00:00.011) 0:01:57.120 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Run the snapshot role to verify the set is removed] ********************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_revert.yml:110 Friday 01 March 2024 17:41:26 +0000 (0:00:00.016) 0:01:57.136 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 17:41:26 +0000 (0:00:00.042) 0:01:57.179 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 17:41:26 +0000 (0:00:00.018) 0:01:57.198 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 17:41:26 +0000 (0:00:00.022) 0:01:57.220 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 17:41:26 +0000 (0:00:00.014) 0:01:57.234 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 17:41:27 +0000 (0:00:00.015) 0:01:57.249 ********** 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-failuresopjuikx5/.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-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 17:41:27 +0000 (0:00:00.031) 0:01:57.280 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 17:41:29 +0000 (0:00:02.386) 0:01:59.667 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"percent_space_required\": 20}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"percent_space_required\": 15}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"percent_space_required\": 15}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:41:29 +0000 (0:00:00.027) 0:01:59.695 ********** ok: [sut] => { "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 : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 17:41:29 +0000 (0:00:00.461) 0:02:00.156 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.15.151 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.15.151 closed." ], "stdout": "{\r\n \"return_code\": 0,\r\n \"errors\": [\r\n \"\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 0,", " \"errors\": [", " \"\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 17:41:29 +0000 (0:00:00.038) 0:02:00.194 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "" ], "return_code": 0 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 17:41:29 +0000 (0:00:00.026) 0:02:00.221 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 17:41:29 +0000 (0:00:00.011) 0:02:00.232 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_revert.yml:119 Friday 01 March 2024 17:41:30 +0000 (0:00:00.015) 0:02:00.248 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/cleanup.yml for sut TASK [Remove storage volumes] ************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/cleanup.yml:7 Friday 01 March 2024 17:41:30 +0000 (0:00:00.030) 0:02:00.278 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 17:41:30 +0000 (0:00:00.019) 0:02:00.298 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 17:41:30 +0000 (0:00:00.017) 0:02:00.316 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 17:41:30 +0000 (0:00:00.022) 0:02:00.338 ********** 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-failuresopjuikx5/.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-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 17:41:30 +0000 (0:00:00.032) 0:02:00.371 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 17:41:30 +0000 (0:00:00.014) 0:02:00.385 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 17:41:30 +0000 (0:00:00.014) 0:02:00.400 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 17:41:30 +0000 (0:00:00.013) 0:02:00.413 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 17:41:30 +0000 (0:00:00.013) 0:02:00.426 ********** 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-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 17:41:30 +0000 (0:00:00.027) 0:02:00.454 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 17:41:32 +0000 (0:00:02.532) 0:02:02.986 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "state": "absent", "volumes": [ { "name": "lv1", "state": "absent" }, { "name": "lv2", "state": "absent" } ] }, { "disks": [ "sdd", "sde", "sdf" ], "name": "test_vg2", "state": "absent", "volumes": [ { "name": "lv3", "state": "absent" }, { "name": "lv4", "state": "absent" } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "name": "test_vg3", "state": "absent", "volumes": [ { "name": "lv5", "state": "absent" }, { "name": "lv6", "state": "absent" }, { "name": "lv7", "state": "absent" }, { "name": "lv8", "state": "absent" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 17:41:32 +0000 (0:00:00.031) 0:02:03.018 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 17:41:32 +0000 (0:00:00.014) 0:02:03.032 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 17:41:39 +0000 (0:00:06.471) 0:02:09.504 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 17:41:39 +0000 (0:00:00.024) 0:02:09.528 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 17:41:39 +0000 (0:00:00.022) 0:02:09.551 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 17:41:39 +0000 (0:00:00.019) 0:02:09.571 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 17:41:39 +0000 (0:00:00.018) 0:02:09.589 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 17:41:41 +0000 (0:00:02.498) 0:02:12.087 ********** 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": "running", "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": "running", "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:112.service": { "name": "lvm2-pvscan@8:112.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:128.service": { "name": "lvm2-pvscan@8:128.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:144.service": { "name": "lvm2-pvscan@8:144.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" }, "lvm2-pvscan@8:48.service": { "name": "lvm2-pvscan@8:48.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:64.service": { "name": "lvm2-pvscan@8:64.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:80.service": { "name": "lvm2-pvscan@8:80.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:96.service": { "name": "lvm2-pvscan@8:96.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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 17:41:43 +0000 (0:00:01.663) 0:02:13.751 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 17:41:43 +0000 (0:00:00.031) 0:02:13.783 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 17:41:43 +0000 (0:00:00.010) 0:02:13.793 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "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": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "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": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "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_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "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": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "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": "lv4", "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": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "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_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "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": "lv5", "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": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "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": "lv6", "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": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "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": "lv7", "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": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "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": "lv8", "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": 427819008, "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 17:41:55 +0000 (0:00:11.557) 0:02:25.350 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 17:41:55 +0000 (0:00:00.020) 0:02:25.371 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 17:41:55 +0000 (0:00:00.010) 0:02:25.381 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv8", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv8", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv7", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv7", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv6", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv6", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg3-lv5", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg3-lv5", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "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": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "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": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "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_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "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": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "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": "lv4", "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": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "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_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "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": "lv5", "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": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "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": "lv6", "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": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "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": "lv7", "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": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "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": "lv8", "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": 427819008, "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 17:41:55 +0000 (0:00:00.025) 0:02:25.407 ********** 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": 482344960, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg1-lv2", "_mount_id": "/dev/mapper/test_vg1-lv2", "_raw_device": "/dev/mapper/test_vg1-lv2", "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": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1606418432, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdd", "sde", "sdf" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg2", "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_vg2-lv3", "_mount_id": "/dev/mapper/test_vg2-lv3", "_raw_device": "/dev/mapper/test_vg2-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "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": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 322961408, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg2-lv4", "_mount_id": "/dev/mapper/test_vg2-lv4", "_raw_device": "/dev/mapper/test_vg2-lv4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd", "sde", "sdf" ], "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": "lv4", "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": 641728512, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] }, { "disks": [ "sdg", "sdh", "sdi", "sdj" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg3", "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_vg3-lv5", "_mount_id": "/dev/mapper/test_vg3-lv5", "_raw_device": "/dev/mapper/test_vg3-lv5", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "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": "lv5", "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": 1283457024, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv6", "_mount_id": "/dev/mapper/test_vg3-lv6", "_raw_device": "/dev/mapper/test_vg3-lv6", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "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": "lv6", "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": 1069547520, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv7", "_mount_id": "/dev/mapper/test_vg3-lv7", "_raw_device": "/dev/mapper/test_vg3-lv7", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "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": "lv7", "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": 427819008, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/test_vg3-lv8", "_mount_id": "/dev/mapper/test_vg3-lv8", "_raw_device": "/dev/mapper/test_vg3-lv8", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdg", "sdh", "sdi", "sdj" ], "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": "lv8", "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": 427819008, "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 17:41:55 +0000 (0:00:00.021) 0:02:25.429 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 17:41:55 +0000 (0:00:00.014) 0:02:25.443 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 17:41:55 +0000 (0:00:00.019) 0:02:25.463 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 17:41:55 +0000 (0:00:00.011) 0:02:25.475 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 17:41:55 +0000 (0:00:00.023) 0:02:25.499 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 17:41:55 +0000 (0:00:00.020) 0:02:25.520 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 17:41:55 +0000 (0:00:00.011) 0:02:25.532 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709314104.195808, "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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 17:41:55 +0000 (0:00:00.196) 0:02:25.728 ********** 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-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 17:41:55 +0000 (0:00:00.012) 0:02:25.741 ********** ok: [sut] TASK [Save unused_disk_return before verify] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/cleanup.yml:29 Friday 01 March 2024 17:41:56 +0000 (0:00:00.801) 0:02:26.542 ********** 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-failuresopjuikx5/tests/tasks/cleanup.yml:33 Friday 01 March 2024 17:41:56 +0000 (0:00:00.013) 0:02:26.556 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:5 Friday 01 March 2024 17:41:56 +0000 (0:00:00.018) 0:02:26.575 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:10 Friday 01 March 2024 17:41:56 +0000 (0:00:00.013) 0:02:26.589 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:14 Friday 01 March 2024 17:41:56 +0000 (0:00:00.013) 0:02:26.602 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:23 Friday 01 March 2024 17:41:58 +0000 (0:00:02.371) 0:02:28.974 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdi", "sdj", "sdk" ], "info": [ "Disk [/dev/sdh] attrs [{'type': 'disk', 'size': '1073741824', 'fstype': 'LVM2_member'}] has fstype" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:31 Friday 01 March 2024 17:41:58 +0000 (0:00:00.209) 0:02:29.184 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdi", "sdj", "sdk" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:36 Friday 01 March 2024 17:41:58 +0000 (0:00:00.013) 0:02:29.197 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdi", "sdj", "sdk" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:44 Friday 01 March 2024 17:41:58 +0000 (0:00:00.013) 0:02:29.211 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:49 Friday 01 March 2024 17:41:58 +0000 (0:00:00.019) 0:02:29.231 ********** 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-failuresopjuikx5/tests/get_unused_disk.yml:58 Friday 01 March 2024 17:41:59 +0000 (0:00:00.019) 0:02:29.250 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Ensure dmsetup] ********************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/cleanup.yml:39 Friday 01 March 2024 17:41:59 +0000 (0:00:00.018) 0:02:29.269 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Debug why list of unused disks has changed] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/cleanup.yml:45 Friday 01 March 2024 17:42:01 +0000 (0:00:02.357) 0:02:31.626 ********** 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\ndmsetup table || :\ncat /tmp/blivet.log || :\n", "delta": "0:00:00.351631", "end": "2024-03-01 17:42:01.968827", "failed_when_result": true, "rc": 0, "start": "2024-03-01 17:42:01.617196" } 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=1792532k,nr_inodes=448133,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/memory type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,memory) cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,hugetlb) cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,perf_event) cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,rdma) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,blkio) 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/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/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,freezer) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpuset) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,pids) 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) debugfs on /sys/kernel/debug type debugfs (rw,relatime,seclabel) systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=18288) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel,pagesize=2M) mqueue on /dev/mqueue type mqueue (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 17:34:34,857 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 17:34:34,857 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 17:34:34,881 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: { 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: { 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: , 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: , 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: {"lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: , 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5", "lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd", "pv_name":"/dev/sdb"}, 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h", "lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd", "pv_name":"/dev/sda"} 2024-03-01 17:34:34,882 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,883 INFO snapshot-role/MainThread: , 2024-03-01 17:34:34,883 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:34:34,883 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd"}, 2024-03-01 17:34:34,883 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd"} 2024-03-01 17:34:34,883 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,883 INFO snapshot-role/MainThread: } 2024-03-01 17:34:34,883 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,883 INFO snapshot-role/MainThread: , 2024-03-01 17:34:34,883 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:34,883 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,883 INFO snapshot-role/MainThread: } 2024-03-01 17:34:34,883 INFO snapshot-role/MainThread: VG: test_vg1 free 1589641216 2024-03-01 17:34:34,883 INFO snapshot-role/MainThread: LV: lv1 size : 1606418432 2024-03-01 17:34:34,883 INFO snapshot-role/MainThread: LV: total 1606418432 2024-03-01 17:34:34,883 INFO snapshot-role/MainThread: space needed: 240962764.80 space available: 1589641216 sufficient space: 1 2024-03-01 17:34:34,883 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 17:34:34,909 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: { 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: { 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: , 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: , 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: {"lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: , 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5", "lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd", "pv_name":"/dev/sdb"}, 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h", "lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd", "pv_name":"/dev/sda"} 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: , 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd"}, 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd"} 2024-03-01 17:34:34,910 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,911 INFO snapshot-role/MainThread: } 2024-03-01 17:34:34,911 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,911 INFO snapshot-role/MainThread: , 2024-03-01 17:34:34,911 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:34,911 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,911 INFO snapshot-role/MainThread: } 2024-03-01 17:34:34,911 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:34:34,933 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:34,934 INFO snapshot-role/MainThread: { 2024-03-01 17:34:34,934 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:34:34,934 INFO snapshot-role/MainThread: { 2024-03-01 17:34:34,934 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:34:34,934 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:34:34,934 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,934 INFO snapshot-role/MainThread: } 2024-03-01 17:34:34,934 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,934 INFO snapshot-role/MainThread: , 2024-03-01 17:34:34,934 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:34,934 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,934 INFO snapshot-role/MainThread: } 2024-03-01 17:34:34,934 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:34:34,957 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:34,957 INFO snapshot-role/MainThread: { 2024-03-01 17:34:34,957 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:34:34,957 INFO snapshot-role/MainThread: { 2024-03-01 17:34:34,958 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:34:34,958 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:34:34,958 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,958 INFO snapshot-role/MainThread: } 2024-03-01 17:34:34,958 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,958 INFO snapshot-role/MainThread: , 2024-03-01 17:34:34,958 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:34,958 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,958 INFO snapshot-role/MainThread: } 2024-03-01 17:34:34,958 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:34:34,981 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:34:34,982 INFO snapshot-role/MainThread: { 2024-03-01 17:34:34,982 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:34:34,982 INFO snapshot-role/MainThread: { 2024-03-01 17:34:34,982 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:34:34,982 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,982 INFO snapshot-role/MainThread: } 2024-03-01 17:34:34,982 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,982 INFO snapshot-role/MainThread: , 2024-03-01 17:34:34,982 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:34,982 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:34,982 INFO snapshot-role/MainThread: } 2024-03-01 17:34:34,982 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 240975872B test_vg1/lv1 2024-03-01 17:34:35,240 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:35,240 INFO snapshot-role/MainThread: { 2024-03-01 17:34:35,240 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:35,241 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:35,241 INFO snapshot-role/MainThread: } 2024-03-01 17:34:35,241 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:34:38,197 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 17:34:38,197 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 17:34:38,198 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:34:38,222 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:38,223 INFO snapshot-role/MainThread: { 2024-03-01 17:34:38,223 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:34:38,223 INFO snapshot-role/MainThread: { 2024-03-01 17:34:38,223 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:34:38,223 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:34:38,223 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:34:38,223 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:38,223 INFO snapshot-role/MainThread: } 2024-03-01 17:34:38,223 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:38,223 INFO snapshot-role/MainThread: , 2024-03-01 17:34:38,223 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:38,223 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:38,223 INFO snapshot-role/MainThread: } 2024-03-01 17:34:38,223 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:34:38,247 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:38,248 INFO snapshot-role/MainThread: { 2024-03-01 17:34:38,248 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:34:38,248 INFO snapshot-role/MainThread: { 2024-03-01 17:34:38,248 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:34:38,248 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:34:38,248 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:38,248 INFO snapshot-role/MainThread: } 2024-03-01 17:34:38,248 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:38,248 INFO snapshot-role/MainThread: , 2024-03-01 17:34:38,248 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:38,248 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:38,248 INFO snapshot-role/MainThread: } 2024-03-01 17:34:38,249 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv1_snapset1 /mnt/lv1_mp 2024-03-01 17:34:38,280 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:38,280 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:34:41,178 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/lv1_mp None None snapset1 lv1 test_vg1 None 2024-03-01 17:34:41,178 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv1_mp None test_vg1 lv1 snapset1 2024-03-01 17:34:41,178 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:34:41,204 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:41,204 INFO snapshot-role/MainThread: { 2024-03-01 17:34:41,204 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:34:41,204 INFO snapshot-role/MainThread: { 2024-03-01 17:34:41,204 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:34:41,204 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:34:41,204 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:34:41,204 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:41,204 INFO snapshot-role/MainThread: } 2024-03-01 17:34:41,204 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:41,204 INFO snapshot-role/MainThread: , 2024-03-01 17:34:41,204 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:41,204 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:41,204 INFO snapshot-role/MainThread: } 2024-03-01 17:34:41,205 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:34:41,229 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:41,230 INFO snapshot-role/MainThread: { 2024-03-01 17:34:41,230 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:34:41,230 INFO snapshot-role/MainThread: { 2024-03-01 17:34:41,230 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:34:41,230 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:34:41,230 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:41,230 INFO snapshot-role/MainThread: } 2024-03-01 17:34:41,230 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:41,230 INFO snapshot-role/MainThread: , 2024-03-01 17:34:41,230 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:41,230 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:41,230 INFO snapshot-role/MainThread: } 2024-03-01 17:34:41,230 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1_snapset1 -P 2024-03-01 17:34:41,233 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:41,233 INFO snapshot-role/MainThread: TARGET="/mnt/lv1_mp" SOURCE="/dev/mapper/test_vg1-lv1_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 17:34:41,233 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:34:44,159 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 /mnt/wrong_mountpoint None None snapset1 lv1 test_vg1 None 2024-03-01 17:34:44,159 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/wrong_mountpoint None test_vg1 lv1 snapset1 2024-03-01 17:34:44,159 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:34:44,183 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:44,184 INFO snapshot-role/MainThread: { 2024-03-01 17:34:44,184 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:34:44,184 INFO snapshot-role/MainThread: { 2024-03-01 17:34:44,184 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:34:44,184 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:34:44,184 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:34:44,184 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:44,184 INFO snapshot-role/MainThread: } 2024-03-01 17:34:44,184 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:44,184 INFO snapshot-role/MainThread: , 2024-03-01 17:34:44,184 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:44,184 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:44,184 INFO snapshot-role/MainThread: } 2024-03-01 17:34:44,184 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:34:44,208 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:44,209 INFO snapshot-role/MainThread: { 2024-03-01 17:34:44,209 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:34:44,209 INFO snapshot-role/MainThread: { 2024-03-01 17:34:44,209 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:34:44,209 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:34:44,209 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:44,209 INFO snapshot-role/MainThread: } 2024-03-01 17:34:44,209 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:44,209 INFO snapshot-role/MainThread: , 2024-03-01 17:34:44,209 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:44,209 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:44,209 INFO snapshot-role/MainThread: } 2024-03-01 17:34:44,209 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1_snapset1 -P 2024-03-01 17:34:44,212 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:44,212 INFO snapshot-role/MainThread: TARGET="/mnt/lv1_mp" SOURCE="/dev/mapper/test_vg1-lv1_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 17:34:44,212 INFO snapshot-role/MainThread: exit code: 36: ['blockdev not mounted on specified mountpoint: /dev/test_vg1/lv1_snapset1 /mnt/wrong_mountpoint'] 2024-03-01 17:34:47,205 INFO snapshot-role/MainThread: umount_cmd: 1 /mnt/lv1_mp lv1 test_vg1 None 2024-03-01 17:34:47,205 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 17:34:47,206 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:34:47,230 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:47,231 INFO snapshot-role/MainThread: { 2024-03-01 17:34:47,231 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:34:47,231 INFO snapshot-role/MainThread: { 2024-03-01 17:34:47,231 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:34:47,231 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:34:47,231 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:34:47,231 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:47,231 INFO snapshot-role/MainThread: } 2024-03-01 17:34:47,231 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:47,231 INFO snapshot-role/MainThread: , 2024-03-01 17:34:47,231 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:47,231 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:47,231 INFO snapshot-role/MainThread: } 2024-03-01 17:34:47,231 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:34:47,257 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:47,258 INFO snapshot-role/MainThread: { 2024-03-01 17:34:47,258 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:34:47,258 INFO snapshot-role/MainThread: { 2024-03-01 17:34:47,258 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:34:47,258 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:34:47,258 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:47,258 INFO snapshot-role/MainThread: } 2024-03-01 17:34:47,258 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:47,258 INFO snapshot-role/MainThread: , 2024-03-01 17:34:47,258 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:47,258 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:47,258 INFO snapshot-role/MainThread: } 2024-03-01 17:34:47,258 INFO snapshot-role/MainThread: umount target /mnt/lv1_mp from device /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 17:34:47,258 INFO snapshot-role/MainThread: Running... umount /mnt/lv1_mp -A 2024-03-01 17:34:47,272 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:47,272 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:34:50,172 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 17:34:50,172 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 17:34:50,201 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:50,201 INFO snapshot-role/MainThread: { 2024-03-01 17:34:50,201 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:34:50,201 INFO snapshot-role/MainThread: { 2024-03-01 17:34:50,201 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:34:50,201 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw", "vg_size":"3196059648", "vg_free":"1346371584", "vg_extent_size":"4194304"} 2024-03-01 17:34:50,201 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:50,201 INFO snapshot-role/MainThread: , 2024-03-01 17:34:50,201 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:34:50,201 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:34:50,201 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:34:50,201 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:34:50,201 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:50,201 INFO snapshot-role/MainThread: , 2024-03-01 17:34:50,201 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:34:50,201 INFO snapshot-role/MainThread: {"lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:34:50,201 INFO snapshot-role/MainThread: {"lv_uuid":"Z130KA-LDeO-mnnV-ywa7-4UV4-0hQv-3qJItZ", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"243269632", "origin":"lv1", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.87", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: , 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5", "lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd", "pv_name":"/dev/sdb"}, 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5", "lv_uuid":"Z130KA-LDeO-mnnV-ywa7-4UV4-0hQv-3qJItZ", "pv_name":"/dev/sdb"}, 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: {"pvseg_start":"187", "pvseg_size":"67", "segtype":"free", "pv_uuid":"D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h", "lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd", "pv_name":"/dev/sda"} 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: , 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-186", "segtype":"linear", "lv_uuid":"Z130KA-LDeO-mnnV-ywa7-4UV4-0hQv-3qJItZ"}, 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd"}, 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd"} 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: } 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: , 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: } 2024-03-01 17:34:50,202 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:34:50,225 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:50,226 INFO snapshot-role/MainThread: { 2024-03-01 17:34:50,226 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:34:50,226 INFO snapshot-role/MainThread: { 2024-03-01 17:34:50,226 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:34:50,226 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv1", "data_percent":"0.87", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:34:50,226 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:50,226 INFO snapshot-role/MainThread: } 2024-03-01 17:34:50,226 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:50,226 INFO snapshot-role/MainThread: , 2024-03-01 17:34:50,226 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:50,226 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:50,226 INFO snapshot-role/MainThread: } 2024-03-01 17:34:50,226 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 17:34:50,338 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:50,338 INFO snapshot-role/MainThread: { 2024-03-01 17:34:50,338 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:50,338 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:50,338 INFO snapshot-role/MainThread: } 2024-03-01 17:34:50,339 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:34:53,264 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 17:34:53,264 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 17:34:53,293 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: { 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: { 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: , 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: , 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: {"lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: , 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5", "lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd", "pv_name":"/dev/sdb"}, 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h", "lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd", "pv_name":"/dev/sda"} 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: , 2024-03-01 17:34:53,294 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:34:53,295 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd"}, 2024-03-01 17:34:53,295 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd"} 2024-03-01 17:34:53,295 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:53,295 INFO snapshot-role/MainThread: } 2024-03-01 17:34:53,295 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:53,295 INFO snapshot-role/MainThread: , 2024-03-01 17:34:53,295 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:53,295 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:53,295 INFO snapshot-role/MainThread: } 2024-03-01 17:34:53,295 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:34:53,323 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:53,324 INFO snapshot-role/MainThread: { 2024-03-01 17:34:53,324 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:34:53,324 INFO snapshot-role/MainThread: { 2024-03-01 17:34:53,324 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:34:53,324 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:34:53,324 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:53,324 INFO snapshot-role/MainThread: } 2024-03-01 17:34:53,324 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:53,324 INFO snapshot-role/MainThread: , 2024-03-01 17:34:53,324 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:53,324 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:53,324 INFO snapshot-role/MainThread: } 2024-03-01 17:34:53,324 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:34:53,346 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:34:53,346 INFO snapshot-role/MainThread: { 2024-03-01 17:34:53,346 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:34:53,346 INFO snapshot-role/MainThread: { 2024-03-01 17:34:53,346 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:34:53,346 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:34:53,346 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:53,347 INFO snapshot-role/MainThread: } 2024-03-01 17:34:53,347 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:53,347 INFO snapshot-role/MainThread: , 2024-03-01 17:34:53,347 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:53,347 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:53,347 INFO snapshot-role/MainThread: } 2024-03-01 17:34:53,347 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:34:53,368 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:34:53,368 INFO snapshot-role/MainThread: { 2024-03-01 17:34:53,368 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:34:53,368 INFO snapshot-role/MainThread: { 2024-03-01 17:34:53,369 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:34:53,369 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:53,369 INFO snapshot-role/MainThread: } 2024-03-01 17:34:53,369 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:53,369 INFO snapshot-role/MainThread: , 2024-03-01 17:34:53,369 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:34:53,369 INFO snapshot-role/MainThread: ] 2024-03-01 17:34:53,369 INFO snapshot-role/MainThread: } 2024-03-01 17:34:53,369 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:35:51,666 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "xxxxx", "percent_space_required": 20}]} 2024-03-01 17:35:51,666 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'xxxxx', 'percent_space_required': 20}]} 2024-03-01 17:35:51,666 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 17:35:51,666 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:35:51,667 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:35:51,690 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:51,690 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,690 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:51,691 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,691 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:51,691 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:35:51,691 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,691 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,691 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,691 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,691 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:51,691 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,691 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,691 INFO snapshot-role/MainThread: Running... lvs test_vg1/xxxxx 2024-03-01 17:35:51,714 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:35:51,714 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,715 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:51,715 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,715 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:51,715 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,715 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,715 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,715 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,715 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:51,715 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,715 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,715 INFO snapshot-role/MainThread: exit code: 20: ['source logical volume in snapset does not exist: test_vg1/xxxxx'] 2024-03-01 17:36:51,812 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "xxxx", "lv": "lv1", "percent_space_required": 20}]} 2024-03-01 17:36:51,812 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'xxxx', 'lv': 'lv1', 'percent_space_required': 20}]} 2024-03-01 17:36:51,812 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 17:36:51,812 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:36:51,812 INFO snapshot-role/MainThread: Running... lvs xxxx 2024-03-01 17:36:51,837 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:36:51,838 INFO snapshot-role/MainThread: { 2024-03-01 17:36:51,838 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:51,838 INFO snapshot-role/MainThread: { 2024-03-01 17:36:51,838 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:51,838 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:51,838 INFO snapshot-role/MainThread: } 2024-03-01 17:36:51,838 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:51,838 INFO snapshot-role/MainThread: , 2024-03-01 17:36:51,838 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:51,838 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:51,838 INFO snapshot-role/MainThread: } 2024-03-01 17:36:51,838 INFO snapshot-role/MainThread: Running... lvs xxxx/lv1 2024-03-01 17:36:51,867 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:36:51,867 INFO snapshot-role/MainThread: { 2024-03-01 17:36:51,867 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:51,867 INFO snapshot-role/MainThread: { 2024-03-01 17:36:51,867 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:51,867 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:51,867 INFO snapshot-role/MainThread: } 2024-03-01 17:36:51,867 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:51,868 INFO snapshot-role/MainThread: , 2024-03-01 17:36:51,868 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:51,868 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:51,868 INFO snapshot-role/MainThread: } 2024-03-01 17:36:51,868 INFO snapshot-role/MainThread: exit code: 20: ['source volume group in snapset does not exist: xxxx'] 2024-03-01 17:37:52,212 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}]} False 2024-03-01 17:37:52,212 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}]} 2024-03-01 17:37:52,213 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:37:52,213 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:37:52,241 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:52,241 INFO snapshot-role/MainThread: { 2024-03-01 17:37:52,241 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:52,241 INFO snapshot-role/MainThread: { 2024-03-01 17:37:52,241 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:52,241 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:52,241 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,241 INFO snapshot-role/MainThread: } 2024-03-01 17:37:52,241 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,241 INFO snapshot-role/MainThread: , 2024-03-01 17:37:52,241 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:52,241 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,241 INFO snapshot-role/MainThread: } 2024-03-01 17:37:52,242 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:37:52,266 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:52,266 INFO snapshot-role/MainThread: { 2024-03-01 17:37:52,266 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:52,266 INFO snapshot-role/MainThread: { 2024-03-01 17:37:52,266 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:52,266 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:52,266 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,266 INFO snapshot-role/MainThread: } 2024-03-01 17:37:52,266 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,266 INFO snapshot-role/MainThread: , 2024-03-01 17:37:52,266 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:52,266 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,266 INFO snapshot-role/MainThread: } 2024-03-01 17:37:52,266 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:37:52,266 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:37:52,266 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:37:52,291 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:52,291 INFO snapshot-role/MainThread: { 2024-03-01 17:37:52,291 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:52,291 INFO snapshot-role/MainThread: { 2024-03-01 17:37:52,291 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:52,291 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:52,291 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,291 INFO snapshot-role/MainThread: } 2024-03-01 17:37:52,291 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,291 INFO snapshot-role/MainThread: , 2024-03-01 17:37:52,291 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:52,291 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,291 INFO snapshot-role/MainThread: } 2024-03-01 17:37:52,291 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:37:52,313 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:52,314 INFO snapshot-role/MainThread: { 2024-03-01 17:37:52,314 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:52,314 INFO snapshot-role/MainThread: { 2024-03-01 17:37:52,314 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:52,314 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:52,314 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,314 INFO snapshot-role/MainThread: } 2024-03-01 17:37:52,314 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,314 INFO snapshot-role/MainThread: , 2024-03-01 17:37:52,314 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:52,314 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,314 INFO snapshot-role/MainThread: } 2024-03-01 17:37:52,314 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:37:52,314 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:37:52,314 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:37:52,339 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:52,340 INFO snapshot-role/MainThread: { 2024-03-01 17:37:52,340 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:52,340 INFO snapshot-role/MainThread: { 2024-03-01 17:37:52,340 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:52,340 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:52,340 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,340 INFO snapshot-role/MainThread: } 2024-03-01 17:37:52,340 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,340 INFO snapshot-role/MainThread: , 2024-03-01 17:37:52,340 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:52,340 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,340 INFO snapshot-role/MainThread: } 2024-03-01 17:37:52,340 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:37:52,362 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:37:52,363 INFO snapshot-role/MainThread: { 2024-03-01 17:37:52,363 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:52,363 INFO snapshot-role/MainThread: { 2024-03-01 17:37:52,363 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:52,363 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,363 INFO snapshot-role/MainThread: } 2024-03-01 17:37:52,363 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,363 INFO snapshot-role/MainThread: , 2024-03-01 17:37:52,363 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:52,363 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,363 INFO snapshot-role/MainThread: } 2024-03-01 17:37:52,363 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:37:52,363 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:37:52,363 INFO snapshot-role/MainThread: snapsset names ok: snapset1 2024-03-01 17:37:52,363 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 17:37:52,387 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: { 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: { 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: , 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: , 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: {"lv_uuid":"5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: , 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe", "lv_uuid":"5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz", "lv_uuid":"5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3", "pv_name":"/dev/sda"} 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: , 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:52,388 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3"}, 2024-03-01 17:37:52,389 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3"} 2024-03-01 17:37:52,389 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,389 INFO snapshot-role/MainThread: } 2024-03-01 17:37:52,389 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,389 INFO snapshot-role/MainThread: , 2024-03-01 17:37:52,389 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:52,389 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,389 INFO snapshot-role/MainThread: } 2024-03-01 17:37:52,389 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1589641216 vg_extent_size : 4194304 2024-03-01 17:37:52,389 INFO snapshot-role/MainThread: lv: lv1 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:37:52,389 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:37:52,412 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:52,412 INFO snapshot-role/MainThread: { 2024-03-01 17:37:52,413 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:52,413 INFO snapshot-role/MainThread: { 2024-03-01 17:37:52,413 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:52,413 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:52,413 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,413 INFO snapshot-role/MainThread: } 2024-03-01 17:37:52,413 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,413 INFO snapshot-role/MainThread: , 2024-03-01 17:37:52,413 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:52,413 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,413 INFO snapshot-role/MainThread: } 2024-03-01 17:37:52,413 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:37:52,435 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:37:52,435 INFO snapshot-role/MainThread: { 2024-03-01 17:37:52,435 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:52,436 INFO snapshot-role/MainThread: { 2024-03-01 17:37:52,436 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:52,436 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,436 INFO snapshot-role/MainThread: } 2024-03-01 17:37:52,436 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,436 INFO snapshot-role/MainThread: , 2024-03-01 17:37:52,436 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:52,436 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,436 INFO snapshot-role/MainThread: } 2024-03-01 17:37:52,436 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 322961408B test_vg1/lv1 2024-03-01 17:37:52,658 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:52,658 INFO snapshot-role/MainThread: { 2024-03-01 17:37:52,658 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:52,658 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:52,658 INFO snapshot-role/MainThread: } 2024-03-01 17:37:52,659 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:37:55,538 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}]} 2024-03-01 17:37:55,538 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}]} 2024-03-01 17:37:55,538 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 17:37:55,538 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:37:55,538 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:37:55,563 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:55,564 INFO snapshot-role/MainThread: { 2024-03-01 17:37:55,564 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:55,564 INFO snapshot-role/MainThread: { 2024-03-01 17:37:55,564 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:55,564 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:37:55,564 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:55,564 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:55,564 INFO snapshot-role/MainThread: } 2024-03-01 17:37:55,564 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:55,564 INFO snapshot-role/MainThread: , 2024-03-01 17:37:55,564 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:55,564 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:55,564 INFO snapshot-role/MainThread: } 2024-03-01 17:37:55,564 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:37:55,588 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:55,589 INFO snapshot-role/MainThread: { 2024-03-01 17:37:55,589 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:55,589 INFO snapshot-role/MainThread: { 2024-03-01 17:37:55,589 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:55,589 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:55,589 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:55,589 INFO snapshot-role/MainThread: } 2024-03-01 17:37:55,589 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:55,589 INFO snapshot-role/MainThread: , 2024-03-01 17:37:55,589 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:55,589 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:55,589 INFO snapshot-role/MainThread: } 2024-03-01 17:37:55,589 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:37:55,589 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:37:55,618 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:55,618 INFO snapshot-role/MainThread: { 2024-03-01 17:37:55,618 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:55,618 INFO snapshot-role/MainThread: { 2024-03-01 17:37:55,618 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:55,618 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:37:55,618 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:55,618 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:55,618 INFO snapshot-role/MainThread: } 2024-03-01 17:37:55,618 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:55,618 INFO snapshot-role/MainThread: , 2024-03-01 17:37:55,618 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:55,618 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:55,618 INFO snapshot-role/MainThread: } 2024-03-01 17:37:55,618 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:37:55,641 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:55,642 INFO snapshot-role/MainThread: { 2024-03-01 17:37:55,642 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:55,642 INFO snapshot-role/MainThread: { 2024-03-01 17:37:55,642 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:55,642 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:55,642 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:55,642 INFO snapshot-role/MainThread: } 2024-03-01 17:37:55,642 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:55,642 INFO snapshot-role/MainThread: , 2024-03-01 17:37:55,642 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:55,642 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:55,642 INFO snapshot-role/MainThread: } 2024-03-01 17:37:55,642 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:37:55,667 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:55,668 INFO snapshot-role/MainThread: { 2024-03-01 17:37:55,668 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:55,668 INFO snapshot-role/MainThread: { 2024-03-01 17:37:55,668 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:55,668 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:55,668 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:55,668 INFO snapshot-role/MainThread: } 2024-03-01 17:37:55,668 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:55,668 INFO snapshot-role/MainThread: , 2024-03-01 17:37:55,668 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:55,668 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:55,668 INFO snapshot-role/MainThread: } 2024-03-01 17:37:55,668 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:37:58,686 INFO snapshot-role/MainThread: extend_cmd: extend None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 50}]} 2024-03-01 17:37:58,686 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 50}]} 2024-03-01 17:37:58,687 INFO snapshot-role/MainThread: extend verify snapsset : snapset1 2024-03-01 17:37:58,687 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:37:58,713 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:58,714 INFO snapshot-role/MainThread: { 2024-03-01 17:37:58,714 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:58,714 INFO snapshot-role/MainThread: { 2024-03-01 17:37:58,714 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:58,714 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:37:58,714 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:58,714 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:58,714 INFO snapshot-role/MainThread: } 2024-03-01 17:37:58,714 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:58,714 INFO snapshot-role/MainThread: , 2024-03-01 17:37:58,714 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:58,714 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:58,714 INFO snapshot-role/MainThread: } 2024-03-01 17:37:58,714 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:37:58,737 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:58,737 INFO snapshot-role/MainThread: { 2024-03-01 17:37:58,737 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:58,737 INFO snapshot-role/MainThread: { 2024-03-01 17:37:58,738 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:58,738 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:58,738 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:58,738 INFO snapshot-role/MainThread: } 2024-03-01 17:37:58,738 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:58,738 INFO snapshot-role/MainThread: , 2024-03-01 17:37:58,738 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:58,738 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:58,738 INFO snapshot-role/MainThread: } 2024-03-01 17:37:58,738 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 17:37:58,764 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: { 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: { 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm", "vg_size":"3196059648", "vg_free":"1266679808", "vg_extent_size":"4194304"} 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: , 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: , 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: {"lv_uuid":"5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: {"lv_uuid":"3p9Y1L-vxqi-zPUz-XG7m-Xp5Y-ESrA-q0bLpf", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"322961408", "origin":"lv1", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: , 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe", "lv_uuid":"5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe", "lv_uuid":"3p9Y1L-vxqi-zPUz-XG7m-Xp5Y-ESrA-q0bLpf", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: {"pvseg_start":"206", "pvseg_size":"48", "segtype":"free", "pv_uuid":"BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz", "lv_uuid":"5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3", "pv_name":"/dev/sda"} 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:58,765 INFO snapshot-role/MainThread: , 2024-03-01 17:37:58,766 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:58,766 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-205", "segtype":"linear", "lv_uuid":"3p9Y1L-vxqi-zPUz-XG7m-Xp5Y-ESrA-q0bLpf"}, 2024-03-01 17:37:58,766 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3"}, 2024-03-01 17:37:58,766 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3"} 2024-03-01 17:37:58,766 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:58,766 INFO snapshot-role/MainThread: } 2024-03-01 17:37:58,766 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:58,766 INFO snapshot-role/MainThread: , 2024-03-01 17:37:58,766 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:58,766 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:58,766 INFO snapshot-role/MainThread: } 2024-03-01 17:37:58,766 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1266679808 vg_extent_size : 4194304 2024-03-01 17:37:58,766 INFO snapshot-role/MainThread: lv: lv1 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:37:58,766 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:37:58,766 INFO snapshot-role/MainThread: extend_check_size : lv1_snapset1 test_vg1/lv1 current size : 322961408 required size : 805306368 2024-03-01 17:37:58,766 INFO snapshot-role/MainThread: exit code: 29: ['verify failed due to insufficient space for: test_vg1/lv1'] 2024-03-01 17:38:57,934 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}]} False 2024-03-01 17:38:57,934 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}]} 2024-03-01 17:38:57,934 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:38:57,934 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:38:57,957 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:57,957 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,958 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:57,958 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,958 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:57,958 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:38:57,958 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,958 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,958 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,958 INFO snapshot-role/MainThread: , 2024-03-01 17:38:57,958 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:57,958 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,958 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,958 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:38:57,980 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:57,980 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,980 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:57,980 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,980 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:57,980 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:38:57,980 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,980 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,980 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,980 INFO snapshot-role/MainThread: , 2024-03-01 17:38:57,980 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:57,981 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,981 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,981 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:38:57,981 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:38:57,981 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:38:58,003 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:58,003 INFO snapshot-role/MainThread: { 2024-03-01 17:38:58,003 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:58,003 INFO snapshot-role/MainThread: { 2024-03-01 17:38:58,003 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:58,003 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:38:58,004 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,004 INFO snapshot-role/MainThread: } 2024-03-01 17:38:58,004 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,004 INFO snapshot-role/MainThread: , 2024-03-01 17:38:58,004 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:58,004 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,004 INFO snapshot-role/MainThread: } 2024-03-01 17:38:58,004 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:38:58,026 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:58,026 INFO snapshot-role/MainThread: { 2024-03-01 17:38:58,026 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:58,026 INFO snapshot-role/MainThread: { 2024-03-01 17:38:58,026 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:58,026 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:38:58,026 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,026 INFO snapshot-role/MainThread: } 2024-03-01 17:38:58,027 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,027 INFO snapshot-role/MainThread: , 2024-03-01 17:38:58,027 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:58,027 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,027 INFO snapshot-role/MainThread: } 2024-03-01 17:38:58,027 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:38:58,027 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:38:58,027 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:38:58,049 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:58,049 INFO snapshot-role/MainThread: { 2024-03-01 17:38:58,049 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:58,049 INFO snapshot-role/MainThread: { 2024-03-01 17:38:58,050 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:58,050 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:38:58,050 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,050 INFO snapshot-role/MainThread: } 2024-03-01 17:38:58,050 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,050 INFO snapshot-role/MainThread: , 2024-03-01 17:38:58,050 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:58,050 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,050 INFO snapshot-role/MainThread: } 2024-03-01 17:38:58,050 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:38:58,072 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:38:58,072 INFO snapshot-role/MainThread: { 2024-03-01 17:38:58,072 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:58,072 INFO snapshot-role/MainThread: { 2024-03-01 17:38:58,072 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:58,072 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,072 INFO snapshot-role/MainThread: } 2024-03-01 17:38:58,072 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,072 INFO snapshot-role/MainThread: , 2024-03-01 17:38:58,072 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:58,072 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,072 INFO snapshot-role/MainThread: } 2024-03-01 17:38:58,073 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:38:58,073 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:38:58,073 INFO snapshot-role/MainThread: snapsset names ok: snapset1 2024-03-01 17:38:58,073 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 17:38:58,096 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:58,096 INFO snapshot-role/MainThread: { 2024-03-01 17:38:58,096 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:58,096 INFO snapshot-role/MainThread: { 2024-03-01 17:38:58,096 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ", "vg_size":"3196059648", "vg_free":"1589641216", "vg_extent_size":"4194304"} 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: , 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: , 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: {"lv_uuid":"h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: , 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J", "lv_uuid":"h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok", "pv_name":"/dev/sdb"}, 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"125", "segtype":"free", "pv_uuid":"ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm", "lv_uuid":"h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok", "pv_name":"/dev/sda"} 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: , 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok"}, 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok"} 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: } 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: , 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,097 INFO snapshot-role/MainThread: } 2024-03-01 17:38:58,098 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1589641216 vg_extent_size : 4194304 2024-03-01 17:38:58,098 INFO snapshot-role/MainThread: lv: lv1 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:38:58,098 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:38:58,120 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:58,120 INFO snapshot-role/MainThread: { 2024-03-01 17:38:58,120 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:58,120 INFO snapshot-role/MainThread: { 2024-03-01 17:38:58,120 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:58,120 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:38:58,120 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,120 INFO snapshot-role/MainThread: } 2024-03-01 17:38:58,120 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,120 INFO snapshot-role/MainThread: , 2024-03-01 17:38:58,120 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:58,121 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,121 INFO snapshot-role/MainThread: } 2024-03-01 17:38:58,121 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:38:58,143 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:38:58,143 INFO snapshot-role/MainThread: { 2024-03-01 17:38:58,143 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:58,143 INFO snapshot-role/MainThread: { 2024-03-01 17:38:58,143 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:58,143 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,143 INFO snapshot-role/MainThread: } 2024-03-01 17:38:58,143 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,144 INFO snapshot-role/MainThread: , 2024-03-01 17:38:58,144 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:58,144 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,144 INFO snapshot-role/MainThread: } 2024-03-01 17:38:58,144 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 322961408B test_vg1/lv1 2024-03-01 17:38:58,364 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:58,364 INFO snapshot-role/MainThread: { 2024-03-01 17:38:58,364 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:58,365 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:58,365 INFO snapshot-role/MainThread: } 2024-03-01 17:38:58,365 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:39:01,320 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}]} 2024-03-01 17:39:01,320 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}]} 2024-03-01 17:39:01,320 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 17:39:01,320 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:39:01,320 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:39:01,346 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,347 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,347 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,347 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,347 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,347 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:01,347 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:01,347 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,347 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,347 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,347 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,347 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,347 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,347 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,347 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:39:01,370 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,370 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,370 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,370 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,370 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,370 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:01,370 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,370 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,371 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,371 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,371 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,371 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,371 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,371 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:39:01,371 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:39:01,394 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,394 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,394 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,394 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,395 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,395 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:01,395 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:01,395 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,395 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,395 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,395 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,395 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,395 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,395 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,395 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:39:01,418 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,418 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,419 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,419 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,419 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,419 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:01,419 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,419 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,419 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,419 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,419 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,419 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,419 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,419 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:39:01,443 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,444 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,444 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,444 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,444 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,444 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:01,444 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,444 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,444 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,444 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,444 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,444 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,444 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,444 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:39:04,413 INFO snapshot-role/MainThread: extend_cmd: extend None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 50}]} 2024-03-01 17:39:04,413 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 50}]} 2024-03-01 17:39:04,413 INFO snapshot-role/MainThread: extend verify snapsset : snapset1 2024-03-01 17:39:04,413 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:39:04,438 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:04,438 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,439 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:04,439 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,439 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:04,439 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:04,439 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:04,439 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,439 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,439 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,439 INFO snapshot-role/MainThread: , 2024-03-01 17:39:04,439 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:04,439 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,439 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,439 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:39:04,462 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:04,462 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,462 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:04,462 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,462 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:04,463 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:04,463 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,463 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,463 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,463 INFO snapshot-role/MainThread: , 2024-03-01 17:39:04,463 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:04,463 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,463 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,463 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 17:39:04,491 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:04,491 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,491 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:04,491 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ", "vg_size":"3196059648", "vg_free":"1266679808", "vg_extent_size":"4194304"} 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: , 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: , 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: {"lv_uuid":"h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"1606418432", "origin":"", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: {"lv_uuid":"7ddqIP-tiSG-sPfN-nIU6-9Yjc-222s-2we2lG", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"322961408", "origin":"lv1", "origin_size":"1606418432", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg1", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: , 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J", "lv_uuid":"h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok", "pv_name":"/dev/sdb"}, 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J", "lv_uuid":"7ddqIP-tiSG-sPfN-nIU6-9Yjc-222s-2we2lG", "pv_name":"/dev/sdb"}, 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: {"pvseg_start":"206", "pvseg_size":"48", "segtype":"free", "pv_uuid":"ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm", "lv_uuid":"h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok", "pv_name":"/dev/sda"} 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: , 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-205", "segtype":"linear", "lv_uuid":"7ddqIP-tiSG-sPfN-nIU6-9Yjc-222s-2we2lG"}, 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok"}, 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok"} 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,492 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,493 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,493 INFO snapshot-role/MainThread: , 2024-03-01 17:39:04,493 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:04,493 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,493 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,493 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1266679808 vg_extent_size : 4194304 2024-03-01 17:39:04,493 INFO snapshot-role/MainThread: lv: lv1 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:39:04,493 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:39:04,493 INFO snapshot-role/MainThread: extend_check_size : lv1_snapset1 test_vg1/lv1 current size : 322961408 required size : 805306368 2024-03-01 17:39:04,493 INFO snapshot-role/MainThread: exit code: 29: ['verify failed due to insufficient space for: test_vg1/lv1'] 2024-03-01 17:40:08,269 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} False 2024-03-01 17:40:08,269 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 17:40:08,270 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:40:08,270 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:40:08,294 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,295 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,295 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,295 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,295 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,295 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:08,295 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,295 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,295 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,295 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,295 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,295 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,295 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,295 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,295 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:40:08,318 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,318 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,319 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,319 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,319 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,319 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,319 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,319 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,319 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,319 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,319 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,319 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,319 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,319 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:40:08,342 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,342 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,342 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,342 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,342 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,342 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:08,343 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,343 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,343 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,343 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,343 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,343 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,343 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,343 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,343 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 17:40:08,366 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,366 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,366 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,366 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,367 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,367 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,367 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,367 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,367 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,367 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,367 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,367 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,367 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,367 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:40:08,390 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,391 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,391 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,391 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,391 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,391 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:08,391 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,391 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,391 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,391 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,391 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,391 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,391 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,391 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,391 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 17:40:08,414 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,415 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,415 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,415 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,415 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,415 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,415 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,415 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,415 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,415 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,415 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,415 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,415 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,415 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:40:08,438 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,439 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,439 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,439 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,439 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,439 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:08,439 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:08,439 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:08,439 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,439 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,439 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,439 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,439 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,439 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,439 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,439 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,439 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 17:40:08,463 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,464 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,464 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,464 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,464 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,464 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,464 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,464 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,464 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,464 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,464 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,464 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,464 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,464 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:40:08,464 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:40:08,464 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:40:08,488 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,489 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,489 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,489 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,489 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,489 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:08,489 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,489 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,489 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,489 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,489 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,489 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,489 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,489 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,489 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:40:08,515 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,515 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,515 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,515 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,515 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,515 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,515 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,515 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,515 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,515 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,515 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,515 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,515 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,515 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:40:08,539 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,539 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,539 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,539 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,539 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,539 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:08,539 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,539 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,539 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,539 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,539 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,539 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,539 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,539 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,539 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 17:40:08,566 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,566 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,566 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,566 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,566 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,566 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,566 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,566 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,566 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,566 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,566 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,566 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,566 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,566 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:40:08,590 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,590 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,591 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,591 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,591 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,591 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:08,591 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,591 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,591 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,591 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,591 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,591 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,591 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,591 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,591 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 17:40:08,616 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,617 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,617 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,617 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,617 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,617 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,617 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,617 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,617 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,617 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,617 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,617 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,617 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,617 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:40:08,642 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,643 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,643 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,643 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,643 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,643 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:08,643 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:08,643 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:08,643 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,643 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,643 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,643 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,643 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,643 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,643 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,643 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,643 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 17:40:08,666 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,667 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,667 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,667 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,667 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,667 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,667 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,667 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,667 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,667 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,667 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,667 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,667 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,667 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:40:08,667 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:40:08,667 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:40:08,694 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,694 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,694 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,694 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,694 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,694 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:08,694 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,694 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,694 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,694 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,694 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,694 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,694 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,694 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,694 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:40:08,718 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:40:08,719 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,719 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,719 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,719 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,719 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,719 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,719 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,719 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,719 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,719 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,719 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,719 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:40:08,741 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,742 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,742 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,742 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,742 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,742 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:08,742 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,742 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,742 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,742 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,742 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,742 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,742 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,742 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,742 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:40:08,771 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:40:08,771 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,771 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,771 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,771 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,771 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,771 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,771 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,771 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,771 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,771 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,771 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,771 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:40:08,797 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,797 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,797 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,797 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,797 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,797 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:08,797 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,797 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,797 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,797 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,797 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,797 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,797 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,797 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,797 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:40:08,822 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:40:08,823 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,823 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,823 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,823 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,823 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,823 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,823 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,823 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,823 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,823 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,823 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,823 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:40:08,849 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,849 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,849 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,849 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,849 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,849 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:08,849 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:08,849 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:08,849 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,849 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,849 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,849 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,849 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,849 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,849 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,849 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,849 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:40:08,878 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:40:08,878 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,878 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,878 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,878 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,878 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,878 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,878 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,878 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,878 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,878 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,878 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,878 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:40:08,878 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:40:08,878 INFO snapshot-role/MainThread: snapsset names ok: snapset1 2024-03-01 17:40:08,878 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 17:40:08,908 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,908 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,908 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,908 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,908 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:40:08,908 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:40:08,908 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,908 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,908 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:40:08,908 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:40:08,908 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:40:08,908 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:40:08,908 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:40:08,908 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,908 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,908 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,908 INFO snapshot-role/MainThread: {"lv_uuid":"EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:40:08,908 INFO snapshot-role/MainThread: {"lv_uuid":"VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:40:08,908 INFO snapshot-role/MainThread: {"lv_uuid":"KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:40:08,908 INFO snapshot-role/MainThread: {"lv_uuid":"KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0", "lv_uuid":"EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra", "pv_name":"/dev/sdi"}, 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0", "lv_uuid":"KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle", "pv_name":"/dev/sdg"}, 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0", "lv_uuid":"KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1", "pv_name":"/dev/sdg"}, 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0", "lv_uuid":"VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C", "pv_name":"/dev/sdg"}, 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0", "lv_uuid":"VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C", "pv_name":"/dev/sdh"}, 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H", "lv_uuid":"EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra", "pv_name":"/dev/sdj"}, 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra"}, 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra"}, 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1"}, 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle"}, 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C"}, 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C"} 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,909 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: {"lv_uuid":"U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: {"lv_uuid":"U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2", "lv_uuid":"U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX", "pv_name":"/dev/sdd"}, 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2", "lv_uuid":"U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN", "pv_name":"/dev/sdd"}, 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN"}, 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX"} 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,910 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: {"lv_uuid":"qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: {"lv_uuid":"qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "lv_size":"1606418432", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL", "lv_uuid":"qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot", "pv_name":"/dev/sda"}, 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a", "lv_uuid":"qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot", "pv_name":"/dev/sdb"}, 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a", "lv_uuid":"qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK", "pv_name":"/dev/sdb"}, 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot"}, 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot"}, 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK"} 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,911 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,912 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,912 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1052770304 vg_extent_size : 4194304 2024-03-01 17:40:08,912 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 17:40:08,912 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 17:40:08,912 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:40:08,912 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:40:08,912 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2231369728 vg_extent_size : 4194304 2024-03-01 17:40:08,912 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:40:08,912 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 17:40:08,912 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1107296256 vg_extent_size : 4194304 2024-03-01 17:40:08,912 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 17:40:08,912 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:40:08,912 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:40:08,938 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:08,939 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,939 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,939 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,939 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,939 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:08,939 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:08,939 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,939 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,939 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,939 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,939 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,939 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,939 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,939 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:40:08,963 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:40:08,964 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,964 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:08,964 INFO snapshot-role/MainThread: { 2024-03-01 17:40:08,964 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:08,964 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,964 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,964 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,964 INFO snapshot-role/MainThread: , 2024-03-01 17:40:08,964 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:08,964 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:08,964 INFO snapshot-role/MainThread: } 2024-03-01 17:40:08,964 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 100663296B test_vg1/lv1 2024-03-01 17:40:09,188 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:09,188 INFO snapshot-role/MainThread: { 2024-03-01 17:40:09,188 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:09,188 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,188 INFO snapshot-role/MainThread: } 2024-03-01 17:40:09,189 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:40:09,227 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:09,227 INFO snapshot-role/MainThread: { 2024-03-01 17:40:09,227 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:09,227 INFO snapshot-role/MainThread: { 2024-03-01 17:40:09,227 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:09,227 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:09,227 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:09,227 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,227 INFO snapshot-role/MainThread: } 2024-03-01 17:40:09,227 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,227 INFO snapshot-role/MainThread: , 2024-03-01 17:40:09,227 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:09,227 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,227 INFO snapshot-role/MainThread: } 2024-03-01 17:40:09,227 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:40:09,250 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:40:09,251 INFO snapshot-role/MainThread: { 2024-03-01 17:40:09,251 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:09,251 INFO snapshot-role/MainThread: { 2024-03-01 17:40:09,251 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:09,251 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,251 INFO snapshot-role/MainThread: } 2024-03-01 17:40:09,251 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,251 INFO snapshot-role/MainThread: , 2024-03-01 17:40:09,251 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:09,251 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,251 INFO snapshot-role/MainThread: } 2024-03-01 17:40:09,251 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 50331648B test_vg2/lv3 2024-03-01 17:40:09,456 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:09,456 INFO snapshot-role/MainThread: { 2024-03-01 17:40:09,456 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:09,456 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,456 INFO snapshot-role/MainThread: } 2024-03-01 17:40:09,456 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:40:09,503 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:09,503 INFO snapshot-role/MainThread: { 2024-03-01 17:40:09,503 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:09,503 INFO snapshot-role/MainThread: { 2024-03-01 17:40:09,503 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:09,503 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:09,503 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:09,503 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:09,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,503 INFO snapshot-role/MainThread: } 2024-03-01 17:40:09,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,503 INFO snapshot-role/MainThread: , 2024-03-01 17:40:09,503 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:09,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,503 INFO snapshot-role/MainThread: } 2024-03-01 17:40:09,503 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:40:09,527 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:40:09,528 INFO snapshot-role/MainThread: { 2024-03-01 17:40:09,528 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:09,528 INFO snapshot-role/MainThread: { 2024-03-01 17:40:09,528 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:09,528 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,528 INFO snapshot-role/MainThread: } 2024-03-01 17:40:09,528 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,528 INFO snapshot-role/MainThread: , 2024-03-01 17:40:09,528 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:09,528 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,528 INFO snapshot-role/MainThread: } 2024-03-01 17:40:09,528 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96468992B test_vg2/lv4 2024-03-01 17:40:09,740 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:09,741 INFO snapshot-role/MainThread: { 2024-03-01 17:40:09,741 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:09,741 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,741 INFO snapshot-role/MainThread: } 2024-03-01 17:40:09,741 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:40:09,787 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:09,787 INFO snapshot-role/MainThread: { 2024-03-01 17:40:09,787 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:09,787 INFO snapshot-role/MainThread: { 2024-03-01 17:40:09,787 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:09,787 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:09,787 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:09,787 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:09,787 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:09,787 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,788 INFO snapshot-role/MainThread: } 2024-03-01 17:40:09,788 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,788 INFO snapshot-role/MainThread: , 2024-03-01 17:40:09,788 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:09,788 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,788 INFO snapshot-role/MainThread: } 2024-03-01 17:40:09,788 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:40:09,813 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:40:09,813 INFO snapshot-role/MainThread: { 2024-03-01 17:40:09,813 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:09,813 INFO snapshot-role/MainThread: { 2024-03-01 17:40:09,813 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:09,813 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,813 INFO snapshot-role/MainThread: } 2024-03-01 17:40:09,813 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,813 INFO snapshot-role/MainThread: , 2024-03-01 17:40:09,813 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:09,813 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:09,813 INFO snapshot-role/MainThread: } 2024-03-01 17:40:09,813 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 67108864B test_vg3/lv7 2024-03-01 17:40:10,033 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:10,033 INFO snapshot-role/MainThread: { 2024-03-01 17:40:10,033 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:10,033 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:10,033 INFO snapshot-role/MainThread: } 2024-03-01 17:40:10,034 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:40:13,054 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 17:40:13,054 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 17:40:13,054 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 17:40:13,054 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:40:13,054 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:40:13,080 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,081 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,081 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,081 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,081 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,081 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,081 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,081 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,081 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,081 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,081 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,081 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,081 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,081 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,081 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,081 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:40:13,107 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,108 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,108 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,108 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,108 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,108 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,108 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,108 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,108 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,108 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,108 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,108 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,108 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,108 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:40:13,131 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,132 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,132 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,132 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,132 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,132 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,132 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,132 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,132 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,132 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,132 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,132 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,132 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,132 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,132 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,132 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,132 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 17:40:13,158 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,158 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,158 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,158 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,158 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,159 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,159 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,159 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,159 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,159 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,159 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,159 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,159 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,159 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:40:13,186 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,187 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,187 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,187 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,187 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,187 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,187 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,187 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,187 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,187 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,187 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,187 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,187 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,187 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,187 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,187 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,187 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 17:40:13,210 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,210 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,211 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,211 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,211 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,211 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,211 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,211 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,211 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,211 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,211 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,211 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,211 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,211 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:40:13,237 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,237 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,237 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,238 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,238 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,238 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,238 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,238 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,238 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,238 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,238 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,238 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,238 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,238 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,238 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,238 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,238 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,238 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 17:40:13,261 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,261 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,261 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,262 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,262 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,262 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,262 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,262 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,262 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,262 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,262 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,262 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,262 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,262 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:40:13,262 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:40:13,290 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,290 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,291 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,291 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,291 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,291 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,291 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,291 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,291 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,291 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,291 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,291 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,291 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,291 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,291 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,291 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:40:13,316 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,317 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,317 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,317 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,317 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,317 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,317 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,317 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,317 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,317 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,317 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,317 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,317 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,317 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:40:13,342 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,343 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,343 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,343 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,343 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,343 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,343 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,343 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,343 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,343 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,343 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,343 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,343 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,343 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:40:13,369 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,370 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,370 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,370 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,370 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,370 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,370 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,370 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,370 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,370 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,370 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,370 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,370 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,370 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,370 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,370 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,370 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:40:13,394 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,394 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,394 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,395 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,395 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,395 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,395 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,395 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,395 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,395 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,395 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,395 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,395 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,395 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:40:13,420 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,420 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,420 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,420 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,420 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,420 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,420 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,420 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,421 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,421 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,421 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,421 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,421 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,421 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:40:13,444 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,444 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,444 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,444 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,444 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,445 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,445 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,445 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,445 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,445 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,445 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,445 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,445 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,445 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,445 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,445 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,445 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:40:13,471 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,471 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,471 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,472 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,472 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,472 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,472 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,472 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,472 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,472 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,472 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,472 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,472 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,472 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:40:13,495 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,496 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,496 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,496 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,496 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,496 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,496 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,496 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,496 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,496 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,496 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,496 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,496 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,496 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:40:13,521 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,521 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,521 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,521 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,521 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,521 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,521 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,521 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,521 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:13,521 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,521 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,521 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,521 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,521 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,521 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,521 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,521 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,521 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:40:13,546 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,547 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,547 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,547 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,547 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,547 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,547 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,547 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,547 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,547 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,547 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,547 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,547 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,547 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:40:13,573 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:13,573 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,573 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:13,573 INFO snapshot-role/MainThread: { 2024-03-01 17:40:13,573 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:13,573 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:13,573 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,573 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,573 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,573 INFO snapshot-role/MainThread: , 2024-03-01 17:40:13,573 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:13,573 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:13,573 INFO snapshot-role/MainThread: } 2024-03-01 17:40:13,574 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:40:16,471 INFO snapshot-role/MainThread: revert_cmd: revert None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 17:40:16,471 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 17:40:16,471 INFO snapshot-role/MainThread: revert snapsset : snapset1 2024-03-01 17:40:16,471 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:40:16,497 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:16,497 INFO snapshot-role/MainThread: { 2024-03-01 17:40:16,497 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:16,497 INFO snapshot-role/MainThread: { 2024-03-01 17:40:16,497 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:16,497 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"owi-a-s---", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:16,497 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:16,497 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:16,497 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:16,497 INFO snapshot-role/MainThread: } 2024-03-01 17:40:16,497 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:16,497 INFO snapshot-role/MainThread: , 2024-03-01 17:40:16,497 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:16,497 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:16,497 INFO snapshot-role/MainThread: } 2024-03-01 17:40:16,497 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:40:16,521 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:16,522 INFO snapshot-role/MainThread: { 2024-03-01 17:40:16,522 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:16,522 INFO snapshot-role/MainThread: { 2024-03-01 17:40:16,522 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:16,522 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:16,522 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:16,522 INFO snapshot-role/MainThread: } 2024-03-01 17:40:16,522 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:16,522 INFO snapshot-role/MainThread: , 2024-03-01 17:40:16,522 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:16,522 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:16,522 INFO snapshot-role/MainThread: } 2024-03-01 17:40:16,522 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:40:16,548 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:16,548 INFO snapshot-role/MainThread: { 2024-03-01 17:40:16,548 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:16,548 INFO snapshot-role/MainThread: { 2024-03-01 17:40:16,548 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:16,548 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:16,548 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:16,548 INFO snapshot-role/MainThread: } 2024-03-01 17:40:16,548 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:16,548 INFO snapshot-role/MainThread: , 2024-03-01 17:40:16,548 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:16,548 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:16,548 INFO snapshot-role/MainThread: } 2024-03-01 17:40:16,548 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg1/lv1_snapset1 2024-03-01 17:40:31,670 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:31,670 INFO snapshot-role/MainThread: { 2024-03-01 17:40:31,670 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:31,670 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:31,670 INFO snapshot-role/MainThread: } 2024-03-01 17:40:31,671 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:40:31,711 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:31,711 INFO snapshot-role/MainThread: { 2024-03-01 17:40:31,711 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:31,711 INFO snapshot-role/MainThread: { 2024-03-01 17:40:31,711 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:31,711 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:31,711 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:31,711 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:31,711 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:31,711 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:31,711 INFO snapshot-role/MainThread: } 2024-03-01 17:40:31,711 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:31,711 INFO snapshot-role/MainThread: , 2024-03-01 17:40:31,711 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:31,711 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:31,711 INFO snapshot-role/MainThread: } 2024-03-01 17:40:31,711 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:40:31,736 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:31,737 INFO snapshot-role/MainThread: { 2024-03-01 17:40:31,737 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:31,737 INFO snapshot-role/MainThread: { 2024-03-01 17:40:31,737 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:31,737 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:31,737 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:31,737 INFO snapshot-role/MainThread: } 2024-03-01 17:40:31,737 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:31,737 INFO snapshot-role/MainThread: , 2024-03-01 17:40:31,737 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:31,737 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:31,737 INFO snapshot-role/MainThread: } 2024-03-01 17:40:31,737 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:40:31,763 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:31,763 INFO snapshot-role/MainThread: { 2024-03-01 17:40:31,763 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:31,763 INFO snapshot-role/MainThread: { 2024-03-01 17:40:31,763 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:31,763 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:31,763 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:31,763 INFO snapshot-role/MainThread: } 2024-03-01 17:40:31,763 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:31,763 INFO snapshot-role/MainThread: , 2024-03-01 17:40:31,763 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:31,763 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:31,763 INFO snapshot-role/MainThread: } 2024-03-01 17:40:31,763 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg2/lv3_snapset1 2024-03-01 17:40:46,879 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:46,879 INFO snapshot-role/MainThread: { 2024-03-01 17:40:46,879 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:46,879 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:46,879 INFO snapshot-role/MainThread: } 2024-03-01 17:40:46,879 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:40:46,917 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:46,917 INFO snapshot-role/MainThread: { 2024-03-01 17:40:46,917 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:46,917 INFO snapshot-role/MainThread: { 2024-03-01 17:40:46,918 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:46,918 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:46,918 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"owi-a-s---", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:40:46,918 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:46,918 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:46,918 INFO snapshot-role/MainThread: } 2024-03-01 17:40:46,918 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:46,918 INFO snapshot-role/MainThread: , 2024-03-01 17:40:46,918 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:46,918 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:46,918 INFO snapshot-role/MainThread: } 2024-03-01 17:40:46,918 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:40:46,941 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:46,941 INFO snapshot-role/MainThread: { 2024-03-01 17:40:46,941 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:46,941 INFO snapshot-role/MainThread: { 2024-03-01 17:40:46,941 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:46,941 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:46,941 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:46,941 INFO snapshot-role/MainThread: } 2024-03-01 17:40:46,941 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:46,941 INFO snapshot-role/MainThread: , 2024-03-01 17:40:46,942 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:46,942 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:46,942 INFO snapshot-role/MainThread: } 2024-03-01 17:40:46,942 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:40:46,965 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:40:46,965 INFO snapshot-role/MainThread: { 2024-03-01 17:40:46,965 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:40:46,965 INFO snapshot-role/MainThread: { 2024-03-01 17:40:46,965 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:40:46,965 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:40:46,965 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:46,965 INFO snapshot-role/MainThread: } 2024-03-01 17:40:46,965 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:46,965 INFO snapshot-role/MainThread: , 2024-03-01 17:40:46,965 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:40:46,965 INFO snapshot-role/MainThread: ] 2024-03-01 17:40:46,965 INFO snapshot-role/MainThread: } 2024-03-01 17:40:46,966 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg2/lv4_snapset1 2024-03-01 17:41:02,060 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:02,061 INFO snapshot-role/MainThread: { 2024-03-01 17:41:02,061 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:02,061 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:02,061 INFO snapshot-role/MainThread: } 2024-03-01 17:41:02,061 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:41:02,108 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:02,108 INFO snapshot-role/MainThread: { 2024-03-01 17:41:02,108 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:02,108 INFO snapshot-role/MainThread: { 2024-03-01 17:41:02,108 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:02,108 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:02,109 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:02,109 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:02,109 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:02,109 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:02,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:02,109 INFO snapshot-role/MainThread: } 2024-03-01 17:41:02,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:02,109 INFO snapshot-role/MainThread: , 2024-03-01 17:41:02,109 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:02,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:02,109 INFO snapshot-role/MainThread: } 2024-03-01 17:41:02,109 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:41:02,132 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:02,132 INFO snapshot-role/MainThread: { 2024-03-01 17:41:02,132 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:02,132 INFO snapshot-role/MainThread: { 2024-03-01 17:41:02,132 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:02,132 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:02,133 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:02,133 INFO snapshot-role/MainThread: } 2024-03-01 17:41:02,133 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:02,133 INFO snapshot-role/MainThread: , 2024-03-01 17:41:02,133 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:02,133 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:02,133 INFO snapshot-role/MainThread: } 2024-03-01 17:41:02,133 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:41:02,154 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:02,154 INFO snapshot-role/MainThread: { 2024-03-01 17:41:02,154 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:02,154 INFO snapshot-role/MainThread: { 2024-03-01 17:41:02,154 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:02,154 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:02,154 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:02,154 INFO snapshot-role/MainThread: } 2024-03-01 17:41:02,154 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:02,154 INFO snapshot-role/MainThread: , 2024-03-01 17:41:02,154 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:02,154 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:02,155 INFO snapshot-role/MainThread: } 2024-03-01 17:41:02,155 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg3/lv7_snapset1 2024-03-01 17:41:17,262 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:17,262 INFO snapshot-role/MainThread: { 2024-03-01 17:41:17,262 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:17,262 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:17,262 INFO snapshot-role/MainThread: } 2024-03-01 17:41:17,263 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:41:20,162 INFO snapshot-role/MainThread: revert_cmd: revert None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 17:41:20,163 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 17:41:20,163 INFO snapshot-role/MainThread: remove verify snapsset : snapset1 2024-03-01 17:41:20,163 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:41:20,192 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:20,192 INFO snapshot-role/MainThread: { 2024-03-01 17:41:20,192 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:20,193 INFO snapshot-role/MainThread: { 2024-03-01 17:41:20,193 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:20,193 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:20,193 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:20,193 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,193 INFO snapshot-role/MainThread: } 2024-03-01 17:41:20,193 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,193 INFO snapshot-role/MainThread: , 2024-03-01 17:41:20,193 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:20,193 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,193 INFO snapshot-role/MainThread: } 2024-03-01 17:41:20,193 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:41:20,216 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:41:20,216 INFO snapshot-role/MainThread: { 2024-03-01 17:41:20,216 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:20,216 INFO snapshot-role/MainThread: { 2024-03-01 17:41:20,216 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:20,216 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,216 INFO snapshot-role/MainThread: } 2024-03-01 17:41:20,216 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,216 INFO snapshot-role/MainThread: , 2024-03-01 17:41:20,216 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:20,216 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,216 INFO snapshot-role/MainThread: } 2024-03-01 17:41:20,216 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:41:20,238 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:20,238 INFO snapshot-role/MainThread: { 2024-03-01 17:41:20,238 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:20,238 INFO snapshot-role/MainThread: { 2024-03-01 17:41:20,238 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:20,238 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:20,238 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:20,238 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,238 INFO snapshot-role/MainThread: } 2024-03-01 17:41:20,238 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,238 INFO snapshot-role/MainThread: , 2024-03-01 17:41:20,238 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:20,238 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,238 INFO snapshot-role/MainThread: } 2024-03-01 17:41:20,239 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:41:20,263 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:41:20,263 INFO snapshot-role/MainThread: { 2024-03-01 17:41:20,263 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:20,263 INFO snapshot-role/MainThread: { 2024-03-01 17:41:20,263 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:20,263 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,263 INFO snapshot-role/MainThread: } 2024-03-01 17:41:20,263 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,263 INFO snapshot-role/MainThread: , 2024-03-01 17:41:20,263 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:20,264 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,264 INFO snapshot-role/MainThread: } 2024-03-01 17:41:20,264 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:41:20,288 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:20,288 INFO snapshot-role/MainThread: { 2024-03-01 17:41:20,288 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:20,288 INFO snapshot-role/MainThread: { 2024-03-01 17:41:20,288 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:20,288 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:20,288 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:20,288 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,288 INFO snapshot-role/MainThread: } 2024-03-01 17:41:20,288 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,289 INFO snapshot-role/MainThread: , 2024-03-01 17:41:20,289 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:20,289 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,289 INFO snapshot-role/MainThread: } 2024-03-01 17:41:20,289 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:41:20,311 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:41:20,311 INFO snapshot-role/MainThread: { 2024-03-01 17:41:20,311 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:20,311 INFO snapshot-role/MainThread: { 2024-03-01 17:41:20,311 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:20,311 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,311 INFO snapshot-role/MainThread: } 2024-03-01 17:41:20,311 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,311 INFO snapshot-role/MainThread: , 2024-03-01 17:41:20,311 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:20,311 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,311 INFO snapshot-role/MainThread: } 2024-03-01 17:41:20,311 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:41:20,334 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:20,334 INFO snapshot-role/MainThread: { 2024-03-01 17:41:20,334 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:20,334 INFO snapshot-role/MainThread: { 2024-03-01 17:41:20,334 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:20,334 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:20,334 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:20,334 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:20,334 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:20,334 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,334 INFO snapshot-role/MainThread: } 2024-03-01 17:41:20,335 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,335 INFO snapshot-role/MainThread: , 2024-03-01 17:41:20,335 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:20,335 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,335 INFO snapshot-role/MainThread: } 2024-03-01 17:41:20,335 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:41:20,359 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:41:20,359 INFO snapshot-role/MainThread: { 2024-03-01 17:41:20,359 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:20,359 INFO snapshot-role/MainThread: { 2024-03-01 17:41:20,359 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:20,359 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,359 INFO snapshot-role/MainThread: } 2024-03-01 17:41:20,359 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,359 INFO snapshot-role/MainThread: , 2024-03-01 17:41:20,359 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:20,359 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:20,359 INFO snapshot-role/MainThread: } 2024-03-01 17:41:20,360 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:41:23,273 INFO snapshot-role/MainThread: revert_cmd: revert None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 17:41:23,273 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 17:41:23,274 INFO snapshot-role/MainThread: revert snapsset : snapset1 2024-03-01 17:41:23,274 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:41:23,298 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:23,298 INFO snapshot-role/MainThread: { 2024-03-01 17:41:23,298 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:23,298 INFO snapshot-role/MainThread: { 2024-03-01 17:41:23,299 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:23,299 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:23,299 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:23,299 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:23,299 INFO snapshot-role/MainThread: } 2024-03-01 17:41:23,299 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:23,299 INFO snapshot-role/MainThread: , 2024-03-01 17:41:23,299 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:23,299 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:23,299 INFO snapshot-role/MainThread: } 2024-03-01 17:41:23,299 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:41:23,322 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:41:23,322 INFO snapshot-role/MainThread: { 2024-03-01 17:41:23,322 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:23,322 INFO snapshot-role/MainThread: { 2024-03-01 17:41:23,322 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:23,322 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:23,322 INFO snapshot-role/MainThread: } 2024-03-01 17:41:23,322 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:23,322 INFO snapshot-role/MainThread: , 2024-03-01 17:41:23,322 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:23,323 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:23,323 INFO snapshot-role/MainThread: } 2024-03-01 17:41:23,323 INFO snapshot-role/MainThread: exit code: 0: ['snapshot not found with name: test_vg1/lv1_snapset1'] 2024-03-01 17:41:26,398 INFO snapshot-role/MainThread: remove_cmd: remove None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 17:41:26,398 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 17:41:26,399 INFO snapshot-role/MainThread: remove snapsset : snapset1 2024-03-01 17:41:26,399 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:41:26,422 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:26,423 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,423 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:26,423 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,423 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:26,423 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:26,423 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:26,423 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,423 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,423 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,423 INFO snapshot-role/MainThread: , 2024-03-01 17:41:26,423 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:26,423 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,423 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,423 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:41:26,448 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:41:26,448 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,449 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:26,449 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,449 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:26,449 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,449 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,449 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,449 INFO snapshot-role/MainThread: , 2024-03-01 17:41:26,449 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:26,449 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,449 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,449 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:41:26,473 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:26,473 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,473 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:26,473 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,473 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:26,473 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:26,474 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:26,474 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,474 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,474 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,474 INFO snapshot-role/MainThread: , 2024-03-01 17:41:26,474 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:26,474 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,474 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,474 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:41:26,497 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:41:26,497 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,497 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:26,497 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,498 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:26,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,498 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,498 INFO snapshot-role/MainThread: , 2024-03-01 17:41:26,498 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:26,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,498 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,498 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:41:26,522 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:26,522 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,522 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:26,522 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,522 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:26,522 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:26,522 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:26,523 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,523 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,523 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,523 INFO snapshot-role/MainThread: , 2024-03-01 17:41:26,523 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:26,523 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,523 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,523 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:41:26,546 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:41:26,546 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,546 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:26,546 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,546 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:26,546 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,546 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,546 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,546 INFO snapshot-role/MainThread: , 2024-03-01 17:41:26,546 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:26,547 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,547 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,547 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:41:26,571 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:26,572 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,572 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:26,572 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,572 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:26,572 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:26,572 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:26,572 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:26,572 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:26,572 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,572 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,572 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,572 INFO snapshot-role/MainThread: , 2024-03-01 17:41:26,572 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:26,572 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,572 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,572 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:41:26,596 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:41:26,596 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,596 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:26,596 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,596 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:26,596 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,596 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,596 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,596 INFO snapshot-role/MainThread: , 2024-03-01 17:41:26,596 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:26,596 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,596 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,597 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:41:26,621 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:26,621 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,621 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:26,621 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,621 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:26,622 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:26,622 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:26,622 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,622 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,622 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,622 INFO snapshot-role/MainThread: , 2024-03-01 17:41:26,622 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:26,622 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,622 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,622 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:41:26,645 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:41:26,645 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,645 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:26,645 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,645 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:26,645 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,645 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,645 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,645 INFO snapshot-role/MainThread: , 2024-03-01 17:41:26,645 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:26,645 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,645 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,646 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:41:26,668 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:26,668 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,668 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:26,668 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,668 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:26,668 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:26,668 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:26,668 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,668 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,668 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,668 INFO snapshot-role/MainThread: , 2024-03-01 17:41:26,668 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:26,668 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,668 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,669 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:41:26,690 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:41:26,690 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,690 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:26,690 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,690 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:26,690 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,690 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,690 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,690 INFO snapshot-role/MainThread: , 2024-03-01 17:41:26,690 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:26,690 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,690 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,691 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:41:26,714 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:26,714 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,714 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:26,714 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,714 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:26,714 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:26,714 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:26,714 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,714 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,714 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,714 INFO snapshot-role/MainThread: , 2024-03-01 17:41:26,714 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:26,714 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,715 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,715 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:41:26,736 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:41:26,736 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,736 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:26,736 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,736 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:26,736 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,736 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,736 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,736 INFO snapshot-role/MainThread: , 2024-03-01 17:41:26,736 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:26,736 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,736 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,736 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:41:26,762 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:26,762 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,762 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:26,762 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,762 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:26,762 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:26,762 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:26,762 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:26,762 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:26,762 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,762 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,763 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,763 INFO snapshot-role/MainThread: , 2024-03-01 17:41:26,763 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:26,763 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,763 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,763 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:41:26,785 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:41:26,785 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,785 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:26,785 INFO snapshot-role/MainThread: { 2024-03-01 17:41:26,785 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:26,785 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,785 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,785 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,785 INFO snapshot-role/MainThread: , 2024-03-01 17:41:26,785 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:26,785 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:26,785 INFO snapshot-role/MainThread: } 2024-03-01 17:41:26,786 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:41:29,672 INFO snapshot-role/MainThread: remove_cmd: remove None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 20}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 17:41:29,672 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 20}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 17:41:29,672 INFO snapshot-role/MainThread: remove verify snapsset : snapset1 2024-03-01 17:41:29,672 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:41:29,700 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:29,700 INFO snapshot-role/MainThread: { 2024-03-01 17:41:29,700 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:29,701 INFO snapshot-role/MainThread: { 2024-03-01 17:41:29,701 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:29,701 INFO snapshot-role/MainThread: {"lv_name":"lv1", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"482344960", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:29,701 INFO snapshot-role/MainThread: {"lv_name":"lv2", "vg_name":"test_vg1", "lv_attr":"-wi-a-----", "lv_size":"1606418432", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:29,701 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,701 INFO snapshot-role/MainThread: } 2024-03-01 17:41:29,701 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,701 INFO snapshot-role/MainThread: , 2024-03-01 17:41:29,701 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:29,701 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,701 INFO snapshot-role/MainThread: } 2024-03-01 17:41:29,701 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:41:29,724 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:41:29,724 INFO snapshot-role/MainThread: { 2024-03-01 17:41:29,724 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:29,724 INFO snapshot-role/MainThread: { 2024-03-01 17:41:29,724 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:29,724 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,724 INFO snapshot-role/MainThread: } 2024-03-01 17:41:29,724 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,724 INFO snapshot-role/MainThread: , 2024-03-01 17:41:29,724 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:29,724 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,724 INFO snapshot-role/MainThread: } 2024-03-01 17:41:29,725 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:41:29,749 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:29,749 INFO snapshot-role/MainThread: { 2024-03-01 17:41:29,749 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:29,749 INFO snapshot-role/MainThread: { 2024-03-01 17:41:29,749 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:29,749 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:29,749 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:29,749 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,750 INFO snapshot-role/MainThread: } 2024-03-01 17:41:29,750 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,750 INFO snapshot-role/MainThread: , 2024-03-01 17:41:29,750 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:29,750 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,750 INFO snapshot-role/MainThread: } 2024-03-01 17:41:29,750 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:41:29,772 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:41:29,772 INFO snapshot-role/MainThread: { 2024-03-01 17:41:29,772 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:29,772 INFO snapshot-role/MainThread: { 2024-03-01 17:41:29,773 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:29,773 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,773 INFO snapshot-role/MainThread: } 2024-03-01 17:41:29,773 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,773 INFO snapshot-role/MainThread: , 2024-03-01 17:41:29,773 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:29,773 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,773 INFO snapshot-role/MainThread: } 2024-03-01 17:41:29,773 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:41:29,795 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:29,795 INFO snapshot-role/MainThread: { 2024-03-01 17:41:29,796 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:29,796 INFO snapshot-role/MainThread: { 2024-03-01 17:41:29,796 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:29,796 INFO snapshot-role/MainThread: {"lv_name":"lv3", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"322961408", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:29,796 INFO snapshot-role/MainThread: {"lv_name":"lv4", "vg_name":"test_vg2", "lv_attr":"-wi-a-----", "lv_size":"641728512", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:29,796 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,796 INFO snapshot-role/MainThread: } 2024-03-01 17:41:29,796 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,796 INFO snapshot-role/MainThread: , 2024-03-01 17:41:29,796 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:29,796 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,796 INFO snapshot-role/MainThread: } 2024-03-01 17:41:29,796 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:41:29,821 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:41:29,822 INFO snapshot-role/MainThread: { 2024-03-01 17:41:29,822 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:29,822 INFO snapshot-role/MainThread: { 2024-03-01 17:41:29,822 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:29,822 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,822 INFO snapshot-role/MainThread: } 2024-03-01 17:41:29,822 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,822 INFO snapshot-role/MainThread: , 2024-03-01 17:41:29,822 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:29,822 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,822 INFO snapshot-role/MainThread: } 2024-03-01 17:41:29,822 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:41:29,846 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:41:29,846 INFO snapshot-role/MainThread: { 2024-03-01 17:41:29,846 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:29,846 INFO snapshot-role/MainThread: { 2024-03-01 17:41:29,846 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:29,847 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:29,847 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:29,847 INFO snapshot-role/MainThread: {"lv_name":"lv7", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:41:29,847 INFO snapshot-role/MainThread: {"lv_name":"lv8", "vg_name":"test_vg3", "lv_attr":"-wi-a-----", "lv_size":"427819008", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:41:29,847 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,847 INFO snapshot-role/MainThread: } 2024-03-01 17:41:29,847 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,847 INFO snapshot-role/MainThread: , 2024-03-01 17:41:29,847 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:29,847 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,847 INFO snapshot-role/MainThread: } 2024-03-01 17:41:29,847 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:41:29,873 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:41:29,874 INFO snapshot-role/MainThread: { 2024-03-01 17:41:29,874 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:41:29,874 INFO snapshot-role/MainThread: { 2024-03-01 17:41:29,874 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:41:29,874 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,874 INFO snapshot-role/MainThread: } 2024-03-01 17:41:29,874 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,874 INFO snapshot-role/MainThread: , 2024-03-01 17:41:29,874 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:41:29,874 INFO snapshot-role/MainThread: ] 2024-03-01 17:41:29,874 INFO snapshot-role/MainThread: } 2024-03-01 17:41:29,874 INFO snapshot-role/MainThread: exit code: 0: [''] + 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="" 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="LVM2_member" 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="" 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="LVM2_member" 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" + dmsetup table No devices found + cat /tmp/blivet.log 2024-03-01 17:34:04,370 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_1665d5g8/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:34:09,618 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_utx5ngbr/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:34:16,988 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_huzfy_1w/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:34:17,142 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:34:17,142 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:34:17,218 INFO program/MainThread: stdout[2]: 2024-03-01 17:34:17,219 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 17:34:17,219 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:34:17,219 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:34:17,223 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:17,224 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:34:17,228 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:34:17,228 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:34:17,231 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:34:17,231 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:34:17,234 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:34:17,234 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:34:17,242 INFO program/MainThread: stdout: 2024-03-01 17:34:17,242 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:34:17,242 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:34:17,242 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:34:17,242 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:34:17,242 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:34:17,242 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:34:17,242 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:34:17,242 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:34:17,242 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:34:17,242 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:34:17,242 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:34:17,243 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:34:17,243 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:34:17,243 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:34:17,243 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:34:17,243 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:17,243 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 17:34:17,243 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:34:17,243 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:34:17,244 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:34:17,244 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:34:17,244 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:34:17,244 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:34:17,244 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:17,256 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:17,276 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:34:17,284 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553680105'} ; 2024-03-01 17:34:17,285 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 17:34:17,286 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 17:34:17,319 INFO program/MainThread: stdout[3]: 2024-03-01 17:34:17,319 INFO program/MainThread: stderr[3]: 2024-03-01 17:34:17,319 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:34:17,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:34:17,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:17,333 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:34:17,338 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:34:17,338 INFO blivet/MainThread: sda is a disk 2024-03-01 17:34:17,339 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:34:17,339 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:34:17,342 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:34:17,346 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:34:17,346 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 17:34:17,350 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 17:34:17,350 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:34:17,350 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:34:17,350 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8d061bf60) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:34:17,354 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:34:17,354 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:34:17,358 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553642513'} ; 2024-03-01 17:34:17,358 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 17:34:17,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:34:17,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:17,368 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:34:17,369 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:34:17,369 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:34:17,369 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:34:17,372 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:34:17,375 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:34:17,375 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 17:34:17,379 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 17:34:17,379 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:34:17,380 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:34:17,380 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8d055ce80) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:34:17,383 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:34:17,383 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:34:17,387 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:34:17,387 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 17:34:17,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:34:17,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:17,397 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:34:17,398 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:34:17,398 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:34:17,398 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:34:17,401 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:34:17,404 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:34:17,404 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 17:34:17,408 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 17:34:17,408 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:34:17,408 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:34:17,408 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8d055cfd0) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:34:17,412 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:34:17,412 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:34:17,415 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:34:17,416 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 17:34:17,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:34:17,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:17,426 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:34:17,426 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:34:17,426 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:34:17,427 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:34:17,430 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:34:17,433 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:34:17,433 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 17:34:17,437 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 17:34:17,437 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:34:17,437 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:34:17,437 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8cf50feb8) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:34:17,441 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:34:17,441 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:34:17,444 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553687452'} ; 2024-03-01 17:34:17,445 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 17:34:17,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:34:17,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:17,455 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:34:17,455 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:34:17,456 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:34:17,456 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:34:17,459 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:34:17,462 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:34:17,462 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 17:34:17,466 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 17:34:17,466 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:34:17,466 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:34:17,466 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8d055cf98) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:34:17,470 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:34:17,470 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:34:17,473 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:34:17,474 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 17:34:17,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:34:17,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:17,484 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:34:17,484 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:34:17,485 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:34:17,485 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:34:17,488 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:34:17,491 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:34:17,492 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 17:34:17,495 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 17:34:17,495 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:34:17,496 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:34:17,496 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8cf50ee80) -- 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:34:17,499 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:34:17,499 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:34:17,503 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:34:17,503 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 17:34:17,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:34:17,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:17,513 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:34:17,513 INFO blivet/MainThread: sde is a disk 2024-03-01 17:34:17,514 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:34:17,514 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:34:17,517 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:34:17,520 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:34:17,520 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 17:34:17,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 17:34:17,524 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:34:17,524 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:34:17,524 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8cf523518) -- 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:34:17,528 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:34:17,528 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:34:17,531 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:34:17,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 17:34:17,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:34:17,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:17,542 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:34:17,543 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:34:17,543 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:34:17,543 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:34:17,546 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:34:17,549 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:34:17,549 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 17:34:17,553 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 17:34:17,553 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:34:17,553 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:34:17,553 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8cf50ecf8) -- 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:34:17,557 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:34:17,557 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:34:17,560 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:34:17,561 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 17:34:17,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:34:17,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:17,571 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:34:17,571 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:34:17,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:34:17,572 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:34:17,575 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:34:17,578 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:34:17,578 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 17:34:17,582 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 17:34:17,582 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:34:17,582 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:34:17,582 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8cf522400) -- 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:34:17,586 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:34:17,586 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:34:17,590 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:34:17,590 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 17:34:17,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:34:17,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:17,600 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:34:17,601 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:34:17,601 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:34:17,601 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:34:17,604 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:34:17,607 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:34:17,608 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 17:34:17,611 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 17:34:17,611 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:34:17,612 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:34:17,612 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8cf50e4e0) -- 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:34:17,615 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:34:17,615 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:34:17,618 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:34:17,619 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 17:34:17,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:34:17,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:17,629 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:34:17,629 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:34:17,630 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:34:17,630 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:34:17,633 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:34:17,637 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:34:17,637 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 17:34:17,640 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 17:34:17,640 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:34:17,641 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:34:17,641 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8cf52c2e8) -- 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:34:17,644 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:34:17,644 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:34:17,648 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:34:17,648 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 17:34:17,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:34:17,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:17,658 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:34:17,659 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:34:17,659 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:34:17,659 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:34:17,662 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:34:17,666 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:34:17,666 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 17:34:17,669 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 17:34:17,669 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:34:17,670 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:34:17,670 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8cf52c470) -- 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:34:17,673 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:34:17,673 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:34:17,677 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': '27468035'} ; 2024-03-01 17:34:17,677 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:34:17,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:34:17,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:17,687 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:34:17,687 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:34:17,687 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:34:17,687 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:34:17,687 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:34:17,688 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:34:17,691 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:34:17,694 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:34:17,694 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:34:17,697 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:34:17,698 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:34:17,698 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:34:17,698 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc8cf533240) -- 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 17:34:17,702 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:34:17,705 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:34:17,706 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:34:17,709 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:34:17,709 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:34:17,713 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:34:17,713 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:34:17,716 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:34:17,716 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:34:17,720 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:34:17,723 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:34:17,727 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:34:17,731 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 0x7fc8cf51d748> 2024-03-01 17:34:20,934 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:34:20,939 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:34:20,939 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:34:20,943 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': '27470448'} ; 2024-03-01 17:34:20,943 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:34:20,943 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:34:20,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:34:20,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:20,953 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:34:20,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:34:20,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:20,959 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:20,971 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:20,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:34:20,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:34:20,990 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:34:20,994 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:34:20,994 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:34:20,997 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:34:21,001 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:34:21,001 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:34:21,004 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:34:21,005 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:34:21,005 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:34:21,008 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:34:21,011 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:34:21,014 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:34:21,018 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:34:21,021 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:34:21,021 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:34:21,022 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:34:21,022 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:34:21,022 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fc8cf50e358) -- 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 0x7fc8cf5430f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:34:21,026 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:34:21,029 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:34:21,030 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:34:21,033 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:34:21,033 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:34:21,036 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:34:21,037 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:34:21,040 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:34:21,040 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:34:21,042 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:34:21,042 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:34:21,046 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:34:21,046 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:34:21,049 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:34:21,049 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:34:21,050 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:21,064 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:21,076 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:34:21,077 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:34:21,081 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 17:34:21,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:21,087 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 17:34:21,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:34:21,090 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:34:21,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:34:21,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:21,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:34:21,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:34:21,101 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:34:21,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:34:21,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:21,110 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 17:34:21,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:34:21,113 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:34:21,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:34:21,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:21,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:34:21,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:34:21,125 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:34:21,128 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 17:34:21,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:21,134 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 17:34:21,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:34:21,137 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 17:34:21,140 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 17:34:21,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:21,146 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 17:34:21,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:34:21,149 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:34:21,152 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:34:21,152 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 82 2024-03-01 17:34:25,867 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_mva16fbm/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:34:25,903 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:34:25,903 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:34:25,906 INFO program/MainThread: stdout[2]: 2024-03-01 17:34:25,906 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 17:34:25,906 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:34:25,907 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:34:25,911 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:25,911 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:34:25,915 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:34:25,915 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:34:25,918 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:34:25,918 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:34:25,922 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:34:25,922 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:34:25,930 INFO program/MainThread: stdout: 2024-03-01 17:34:25,930 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:34:25,930 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:34:25,930 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:34:25,930 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:34:25,930 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:34:25,930 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:34:25,930 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:34:25,930 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:34:25,931 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:34:25,931 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:34:25,931 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:34:25,931 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:34:25,931 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:34:25,931 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:34:25,931 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:34:25,931 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:25,931 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 17:34:25,931 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:34:25,931 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:34:25,932 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:34:25,932 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:34:25,932 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:34:25,932 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:34:25,932 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:25,946 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:25,957 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:34:25,962 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553680105'} ; 2024-03-01 17:34:25,962 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 17:34:25,962 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 17:34:25,990 INFO program/MainThread: stdout[3]: 2024-03-01 17:34:25,990 INFO program/MainThread: stderr[3]: 2024-03-01 17:34:25,990 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:34:25,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:34:25,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:26,003 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:34:26,008 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:34:26,009 INFO blivet/MainThread: sda is a disk 2024-03-01 17:34:26,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:34:26,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:34:26,013 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:34:26,016 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:34:26,017 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 17:34:26,020 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 17:34:26,021 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:34:26,021 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:34:26,021 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe23edaae48) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:34:26,025 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:34:26,025 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:34:26,029 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553642513'} ; 2024-03-01 17:34:26,029 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 17:34:26,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:34:26,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:26,039 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:34:26,040 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:34:26,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:34:26,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:34:26,043 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:34:26,047 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:34:26,047 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 17:34:26,050 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 17:34:26,050 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:34:26,051 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:34:26,051 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe23ecebeb8) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:34:26,054 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:34:26,055 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:34:26,058 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:34:26,058 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 17:34:26,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:34:26,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:26,068 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:34:26,069 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:34:26,069 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:34:26,069 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:34:26,072 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:34:26,076 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:34:26,076 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 17:34:26,079 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 17:34:26,079 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:34:26,080 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:34:26,080 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe23ecebe10) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:34:26,083 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:34:26,084 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:34:26,087 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:34:26,087 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 17:34:26,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:34:26,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:26,097 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:34:26,098 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:34:26,098 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:34:26,098 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:34:26,101 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:34:26,104 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:34:26,105 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 17:34:26,108 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 17:34:26,108 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:34:26,109 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:34:26,109 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe23dc9ef60) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:34:26,112 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:34:26,112 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:34:26,116 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553687452'} ; 2024-03-01 17:34:26,116 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 17:34:26,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:34:26,122 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:26,126 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:34:26,127 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:34:26,127 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:34:26,127 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:34:26,131 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:34:26,134 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:34:26,134 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 17:34:26,137 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 17:34:26,138 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:34:26,138 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:34:26,138 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe23ecebcf8) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:34:26,142 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:34:26,142 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:34:26,145 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:34:26,145 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 17:34:26,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:34:26,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:26,155 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:34:26,156 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:34:26,156 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:34:26,156 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:34:26,160 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:34:26,163 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:34:26,163 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 17:34:26,166 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 17:34:26,167 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:34:26,167 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:34:26,167 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe23dc9deb8) -- 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:34:26,171 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:34:26,171 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:34:26,174 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:34:26,174 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 17:34:26,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:34:26,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:26,184 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:34:26,185 INFO blivet/MainThread: sde is a disk 2024-03-01 17:34:26,185 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:34:26,185 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:34:26,188 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:34:26,192 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:34:26,192 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 17:34:26,195 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 17:34:26,195 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:34:26,196 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:34:26,196 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe23dcb2550) -- 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:34:26,199 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:34:26,199 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:34:26,203 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:34:26,203 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 17:34:26,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:34:26,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:26,213 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:34:26,214 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:34:26,214 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:34:26,214 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:34:26,217 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:34:26,220 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:34:26,221 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 17:34:26,224 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 17:34:26,224 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:34:26,225 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:34:26,225 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe23dc9dd30) -- 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:34:26,228 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:34:26,228 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:34:26,232 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:34:26,232 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 17:34:26,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:34:26,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:26,242 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:34:26,243 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:34:26,243 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:34:26,243 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:34:26,246 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:34:26,249 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:34:26,249 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 17:34:26,253 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 17:34:26,253 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:34:26,254 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:34:26,254 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe23dcad438) -- 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:34:26,257 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:34:26,257 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:34:26,261 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:34:26,261 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 17:34:26,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:34:26,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:26,271 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:34:26,272 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:34:26,272 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:34:26,272 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:34:26,275 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:34:26,278 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:34:26,278 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 17:34:26,282 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 17:34:26,282 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:34:26,283 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:34:26,283 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe23dc9d518) -- 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:34:26,286 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:34:26,286 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:34:26,289 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:34:26,290 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 17:34:26,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:34:26,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:26,300 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:34:26,300 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:34:26,300 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:34:26,301 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:34:26,304 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:34:26,307 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:34:26,307 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 17:34:26,311 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 17:34:26,311 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:34:26,311 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:34:26,312 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe23dcbb320) -- 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:34:26,315 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:34:26,315 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:34:26,318 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:34:26,319 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 17:34:26,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:34:26,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:26,329 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:34:26,329 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:34:26,329 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:34:26,330 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:34:26,333 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:34:26,336 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:34:26,336 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 17:34:26,340 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 17:34:26,340 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:34:26,340 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:34:26,340 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe23dcbb4a8) -- 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:34:26,344 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:34:26,344 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:34:26,347 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': '27468035'} ; 2024-03-01 17:34:26,347 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:34:26,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:34:26,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:26,357 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:34:26,357 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:34:26,358 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:34:26,358 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:34:26,358 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:34:26,358 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:34:26,361 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:34:26,365 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:34:26,365 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:34:26,368 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:34:26,368 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:34:26,369 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:34:26,369 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe23dcc2278) -- 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 17:34:26,372 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:34:26,376 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:34:26,376 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:34:26,380 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:34:26,380 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:34:26,383 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:34:26,383 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:34:26,387 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:34:26,387 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:34:26,390 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:34:26,393 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:34:26,397 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:34:26,401 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 0x7fe23dcac748> 2024-03-01 17:34:29,368 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:34:29,372 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:34:29,373 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:34:29,376 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', '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': '27470448'} ; 2024-03-01 17:34:29,377 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:34:29,377 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:34:29,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:34:29,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:29,387 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:34:29,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:34:29,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:29,393 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:29,404 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:29,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:34:29,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:34:29,423 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:34:29,427 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:34:29,427 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:34:29,430 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:34:29,434 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:34:29,434 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:34:29,437 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:34:29,438 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:34:29,438 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:34:29,441 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:34:29,444 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:34:29,448 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:34:29,451 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:34:29,454 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:34:29,455 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:34:29,455 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:34:29,456 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:34:29,455 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fe24ccd0208) -- 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 0x7fe23dcd20f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:34:29,459 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:34:29,463 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:34:29,463 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:34:29,466 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:34:29,467 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:34:29,470 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:34:29,470 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:34:29,474 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:34:29,474 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:34:29,476 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:34:29,476 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:34:29,479 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:34:29,480 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:34:29,483 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:34:29,483 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:34:29,484 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:29,497 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:29,509 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:34:29,509 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:34:29,513 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 17:34:29,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:29,519 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 17:34:29,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:34:29,522 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:34:29,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:34:29,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:29,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:34:29,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:34:29,534 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:34:29,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:34:29,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:29,543 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 17:34:29,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:34:29,546 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:34:29,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:34:29,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:29,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:34:29,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:34:29,558 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:34:29,561 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 17:34:29,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:29,566 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 17:34:29,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:34:29,569 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 17:34:29,572 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 17:34:29,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:29,578 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 17:34:29,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:34:29,581 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:34:29,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:34:29,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:29,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:34:29,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:34:29,594 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:34:29,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:34:29,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:34:29,600 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:34:29,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:34:29,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:34:29,606 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:34:29,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:34:29,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:34:29,612 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:34:29,615 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:34:29,615 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:34:29,616 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:34:29,619 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:34:29,619 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:34:29,623 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:34:29,623 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:34:29,626 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:34:29,626 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:34:29,626 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:34:29,629 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:34:29,629 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:34:29,633 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:34:29,633 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:34:29,636 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:34:29,636 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:34:29,636 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:34:29,639 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:34:29,639 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:34:29,642 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:34:29,643 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:34:29,643 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:34:29,648 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:34:29,651 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:34:29,655 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:34:29,659 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:34:29,663 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:34:29,666 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:34:29,667 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:34:29,670 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:34:29,671 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:34:29,671 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:34:29,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:34:29,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:29,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:34:29,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:34:29,685 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:34:29,685 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:34:29,686 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:34:29,686 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 17:34:29,686 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:34:29,687 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:34:29,690 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:34:29,690 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:34:29,693 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:34:29,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:34:29,697 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:34:29,701 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:34:29,701 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:34:29,705 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:34:29,708 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:34:29,711 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:34:29,715 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:34:29,716 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:34:29,716 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:34:29,717 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:34:29,717 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:34:29,723 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:34:29,723 INFO program/MainThread: stderr[4]: 2024-03-01 17:34:29,723 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:34:29,724 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:34:29,724 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:34:29,725 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:34:29,729 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:34:29,729 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:34:29,730 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:34:29,730 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:34:29,730 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:34:29,730 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:34:29,730 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:34:29,731 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:34:29,731 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:34:29,731 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:34:29,731 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:34:29,731 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:34:29,731 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:34:29,734 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:34:29,737 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:34:29,740 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:34:29,740 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:34:29,743 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:34:29,743 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 0x7fe23dc05eb8> 2024-03-01 17:34:29,744 INFO blivet/MainThread: sorting actions... 2024-03-01 17:34:29,745 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:34:29,745 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:34:29,745 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:34:29,746 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:34:29,746 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:34:29,746 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:34:29,746 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:34:29,746 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:34:29,746 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:34:29,747 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:34:29,750 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:34:29,753 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:34:29,753 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:34:29,760 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:29,760 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:29,791 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:29,791 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:29,801 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:29,802 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:34:29,806 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:34:29,809 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:34:29,809 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:34:29,816 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:29,816 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:29,843 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:29,843 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:29,856 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:29,856 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:34:29,860 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:34:29,863 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:34:29,863 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:34:29,869 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:29,870 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:29,896 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:29,896 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:29,906 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:29,907 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:34:29,911 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:34:29,914 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:34:29,917 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:34:29,917 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:34:29,918 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 17:34:29,949 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 17:34:29,950 INFO program/MainThread: stderr[5]: 2024-03-01 17:34:29,950 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:34:29,950 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:29,971 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:29,978 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:34:29,978 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 17:34:29,980 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:34:29,999 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:29,999 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:30,031 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,031 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:34:30,035 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:34:30,038 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:34:30,041 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:34:30,042 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:34:30,042 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 17:34:30,078 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:34:30,079 INFO program/MainThread: stderr[6]: 2024-03-01 17:34:30,079 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:34:30,079 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:30,104 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,111 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:34:30,112 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 17:34:30,113 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:34:30,125 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,125 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:30,152 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,152 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:34:30,156 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:34:30,159 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:34:30,163 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:34:30,163 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:34:30,163 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 17:34:30,197 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:34:30,197 INFO program/MainThread: stderr[7]: 2024-03-01 17:34:30,197 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:34:30,198 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:30,218 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,225 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:34:30,226 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 17:34:30,228 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:34:30,243 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,243 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:30,271 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,271 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:34:30,275 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:34:30,278 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:34:30,281 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:34:30,285 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:34:30,288 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:34:30,291 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:34:30,294 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:34:30,297 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:34:30,300 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:34:30,300 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 17:34:30,366 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 17:34:30,366 INFO program/MainThread: stderr[8]: 2024-03-01 17:34:30,366 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:34:30,374 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:34:30,381 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:34:30,386 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:34:30,390 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:34:30,393 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:34:30,397 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:34:30,400 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:34:30,404 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:34:30,404 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:30,415 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,419 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:34:30,423 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:34:30,423 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:30,434 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,434 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:34:30,444 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,444 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:30,457 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,457 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:34:30,461 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:34:30,465 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:34:30,468 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:34:30,471 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:34:30,475 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:34:30,478 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:34:30,482 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:34:30,485 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:34:30,489 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:34:30,493 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:34:30,493 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:30,506 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,510 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:34:30,511 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 17:34:30,534 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 17:34:30,534 INFO program/MainThread: stderr[9]: 2024-03-01 17:34:30,534 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:34:30,539 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:34:30,539 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 1568768K -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 17:34:30,626 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 17:34:30,626 INFO program/MainThread: stderr[10]: 2024-03-01 17:34:30,626 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:34:30,634 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:34:30,641 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:34:30,642 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:34:30,642 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:30,674 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,679 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 17:34:30,679 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:34:30,680 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:34:30,689 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,690 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:30,709 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,709 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:34:30,714 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:34:30,717 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:34:30,720 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:34:30,720 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:34:30,819 INFO program/MainThread: stdout: 2024-03-01 17:34:30,819 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 17:34:30,819 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:34:30,819 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:34:30,819 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:34:30,819 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 17:34:30,819 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:34:30,820 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:34:30,820 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:34:30,820 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:34:30,820 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:34:30,820 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,820 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:34:30,836 INFO program/MainThread: stdout: 2024-03-01 17:34:30,836 INFO program/MainThread: writing all SBs 2024-03-01 17:34:30,836 INFO program/MainThread: new label = "" 2024-03-01 17:34:30,836 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,836 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:30,854 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,858 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:34:30,858 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:34:30,860 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:34:30,869 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,870 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:30,885 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:30,890 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:34:30,890 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 0x7fe23db9f1a8> 2024-03-01 17:34:30,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:34:30,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:34:30,897 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:34:30,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:34:30,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:34:30,903 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:34:56,482 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_n7zavrdr/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:34:56,518 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:34:56,518 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:34:56,521 INFO program/MainThread: stdout[2]: 2024-03-01 17:34:56,521 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 17:34:56,522 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:34:56,522 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:34:56,526 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:56,526 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:34:56,530 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:34:56,530 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:34:56,533 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:34:56,534 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:34:56,537 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:34:56,537 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:34:56,546 INFO program/MainThread: stdout: 2024-03-01 17:34:56,546 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:34:56,546 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h 2024-03-01 17:34:56,546 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb 2024-03-01 17:34:56,546 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 2024-03-01 17:34:56,546 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb 2024-03-01 17:34:56,546 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK 2024-03-01 17:34:56,546 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:34:56,546 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:34:56,546 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:34:56,546 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:34:56,546 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:34:56,546 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:34:56,546 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:34:56,546 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:34:56,546 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:34:56,546 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:34:56,546 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:34:56,546 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:56,546 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb sdb 1073741824 root disk brw-rw---- LVM2_member D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb sdc 1073741824 root disk brw-rw---- LVM2_member O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK 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 17:34:56,547 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:34:56,547 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:34:56,547 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:34:56,547 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:34:56,547 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:34:56,548 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:34:56,548 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:34:56,560 DEBUG program/MainThread: Return code: 0 2024-03-01 17:34:56,572 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 17:34:56,576 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/lvm-pv-uuid-dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58', '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': 'dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h', 'ID_FS_UUID_ENC': 'dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553680105'} ; 2024-03-01 17:34:56,576 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 17:34:56,577 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 17:34:56,606 INFO program/MainThread: stdout[3]: 2024-03-01 17:34:56,606 INFO program/MainThread: stderr[3]: 2024-03-01 17:34:56,606 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:34:56,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:34:56,614 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:56,619 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:34:56,624 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:34:56,624 INFO blivet/MainThread: sda is a disk 2024-03-01 17:34:56,625 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:34:56,625 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:34:56,628 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:34:56,632 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:34:56,632 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 17:34:56,635 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 17:34:56,636 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:34:56,636 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:34:56,636 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a275f63c8) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:34:56,640 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:34:56,644 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:34:56,644 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:34:56,647 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:34:56,648 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:34:56,651 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:34:56,651 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:34:56,654 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:34:56,655 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:34:56,658 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:34:56,658 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:34:56,658 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 17:34:56,686 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:34:56,686 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5. WARNING: Couldn't find device with uuid O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK. WARNING: VG test_vg1 is missing PV D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK (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 17:34:56,686 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:34:56,686 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:34:56,691 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h ; label: None ; device: /dev/sda ; serial: 36001405efaa722eff094890a3724a541 ; exists: True ; vg_name: test_vg1 ; vg_uuid: Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw ; pe_start: 8 MiB ; 2024-03-01 17:34:56,691 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:34:56,695 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:34:56,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw ; incomplete: True ; hidden: False ; 2024-03-01 17:34:56,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:34:56,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:34:56,707 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:56,708 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 17:34:56,734 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:34:56,734 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5. WARNING: Couldn't find device with uuid O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK. WARNING: VG test_vg1 is missing PV D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK (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 17:34:56,734 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:34:56,734 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:34:56,735 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:34:56,740 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:34:56,744 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:34:56,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:34:56,748 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:34:56,748 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 17:34:56,783 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd LVM2_LV_SIZE=1606418432 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=k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd LVM2_LV_SIZE=1606418432 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 17:34:56,783 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5. WARNING: Couldn't find device with uuid O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK. WARNING: VG test_vg1 is missing PV D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK (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 17:34:56,783 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:34:56,788 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:34:56,789 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:34:56,792 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:34:56,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw ; incomplete: True ; hidden: False ; 2024-03-01 17:34:56,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:34:56,799 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:34:56,799 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:34:56,803 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/lvm-pv-uuid-D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396', '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': 'D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5', 'ID_FS_UUID_ENC': 'D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553642513'} ; 2024-03-01 17:34:56,803 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 17:34:56,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:34:56,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:56,813 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:34:56,813 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:34:56,814 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:34:56,814 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:34:56,817 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:34:56,820 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:34:56,820 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 17:34:56,824 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 17:34:56,824 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:34:56,825 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:34:56,825 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a265c85f8) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:34:56,828 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:34:56,832 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:34:56,832 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:34:56,835 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:34:56,835 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:34:56,839 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:34:56,839 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:34:56,842 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:34:56,842 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:34:56,845 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:34:56,845 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:34:56,846 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 17:34:56,874 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:34:56,874 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK. WARNING: VG test_vg1 is missing PV O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK (last written to /dev/sdc). 2024-03-01 17:34:56,874 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:34:56,875 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:34:56,879 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 ; label: None ; device: /dev/sdb ; serial: 36001405814a177f25a64e11afedc6396 ; exists: True ; vg_name: test_vg1 ; vg_uuid: Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 17:34:56,879 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:34:56,883 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:34:56,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw ; incomplete: True ; hidden: False ; 2024-03-01 17:34:56,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:34:56,892 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:34:56,896 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:34:56,899 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:34:56,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw ; incomplete: True ; hidden: False ; 2024-03-01 17:34:56,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:34:56,906 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 17:34:56,935 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd LVM2_LV_SIZE=1606418432 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=k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd LVM2_LV_SIZE=1606418432 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 17:34:56,935 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK. WARNING: VG test_vg1 is missing PV O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK (last written to /dev/sdc). 2024-03-01 17:34:56,935 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:34:56,935 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:34:56,936 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:34:56,940 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:34:56,940 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 17:34:56,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:34:56,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:56,951 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:34:56,952 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:34:56,952 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:34:56,952 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:34:56,955 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:34:56,958 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:34:56,958 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 17:34:56,962 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 17:34:56,962 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:34:56,963 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:34:56,963 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a265c8e80) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:34:56,966 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:34:56,966 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:34:56,970 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:34:56,970 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 17:34:56,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:34:56,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:56,980 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:34:56,980 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:34:56,980 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:34:56,981 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:34:56,984 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:34:56,987 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:34:56,988 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 17:34:56,991 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 17:34:56,991 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:34:56,992 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:34:56,992 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a2652cfd0) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:34:56,995 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:34:56,995 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:34:56,999 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/lvm-pv-uuid-O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK', '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': 'O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK', 'ID_FS_UUID_ENC': 'O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553687452'} ; 2024-03-01 17:34:56,999 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 17:34:57,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:34:57,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:57,009 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:34:57,009 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:34:57,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:34:57,010 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:34:57,013 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:34:57,016 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:34:57,016 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 17:34:57,019 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 17:34:57,020 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:34:57,020 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:34:57,020 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a26534470) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:34:57,024 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:34:57,027 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:34:57,027 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:34:57,031 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:34:57,031 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:34:57,034 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:34:57,035 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:34:57,038 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:34:57,038 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:34:57,041 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:34:57,041 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:34:57,041 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/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:34:57,067 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:34:57,067 INFO program/MainThread: stderr[9]: 2024-03-01 17:34:57,067 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:34:57,068 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:34:57,072 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK ; label: None ; device: /dev/sdc ; serial: 360014055ae7217664324061aa4a87442 ; exists: True ; vg_name: test_vg1 ; vg_uuid: Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:34:57,072 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:34:57,075 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:34:57,079 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw ; incomplete: True ; hidden: False ; 2024-03-01 17:34:57,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:34:57,086 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:34:57,089 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:34:57,092 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:34:57,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw ; incomplete: True ; hidden: False ; 2024-03-01 17:34:57,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:34:57,099 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/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:34:57,129 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd LVM2_LV_SIZE=1606418432 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=k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd LVM2_LV_SIZE=1606418432 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 17:34:57,129 INFO program/MainThread: stderr[10]: 2024-03-01 17:34:57,129 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:34:57,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:34:57,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:57,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd ; incomplete: False ; hidden: False ; 2024-03-01 17:34:57,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:34:57,144 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:34:57,148 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:34:57,148 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:34:57,151 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:34:57,155 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:34:57,156 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:34:57,159 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 17:34:57,160 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:34:57,160 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:34:57,164 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:34:57,168 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:34:57,168 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:34:57,172 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:34:57,175 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:34:57,176 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:34:57,179 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 17:34:57,180 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:34:57,180 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:34:57,180 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:34:57,183 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:34:57,183 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:34:57,187 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 17:34:57,187 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:34:57,191 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-RdoiezTLL9GgV9N0tsRLxxHc5kfLCKXwk1v48j4jcGPrCLy4dW9U2WNGKx4rNHHd ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-RdoiezTLL9GgV9N0tsRLxxHc5kfLCKXwk1v48j4jcGPrCLy4dW9U2WNGKx4rNHHd', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb', 'ID_FS_UUID_ENC': '4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '917709398'} ; 2024-03-01 17:34:57,191 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:34:57,191 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:34:57,195 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:34:57,195 INFO program/MainThread: stderr[11]: 2024-03-01 17:34:57,195 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:34:57,196 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:34:57,199 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:34:57,199 INFO program/MainThread: stderr[12]: 2024-03-01 17:34:57,199 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:34:57,199 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:34:57,202 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:34:57,202 INFO program/MainThread: stderr[13]: 2024-03-01 17:34:57,202 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:34:57,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:34:57,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:34:57,213 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:34:57,214 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:34:57,214 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:34:57,215 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:34:57,210 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f7a2652cac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f7a265a4978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:34:57,215 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:34:57,219 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:34:57,219 INFO program/MainThread: stderr[14]: 2024-03-01 17:34:57,219 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:34:57,223 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:34:57,227 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:34:57,227 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:34:57,231 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:34:57,231 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:34:57,235 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:34:57,235 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:34:57,238 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:34:57,238 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:34:57,240 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:34:57,240 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:34:57,244 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:34:57,244 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:34:57,248 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:34:57,248 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:34:57,249 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:34:57,252 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:34:57,252 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 17:34:57,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:34:57,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:57,263 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:34:57,263 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:34:57,263 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:34:57,264 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 17:34:57,267 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:34:57,270 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:34:57,271 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 17:34:57,274 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 17:34:57,274 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:34:57,275 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 17:34:57,275 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a26538eb8) -- 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:34:57,278 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:34:57,278 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:34:57,282 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:34:57,282 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 17:34:57,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:34:57,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:57,292 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:34:57,293 INFO blivet/MainThread: sde is a disk 2024-03-01 17:34:57,293 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 17:34:57,293 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 17:34:57,296 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:34:57,299 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:34:57,300 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 17:34:57,303 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 17:34:57,303 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:34:57,304 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 17:34:57,304 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a2653e400) -- 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:34:57,307 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:34:57,307 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:34:57,311 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:34:57,311 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 17:34:57,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:34:57,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:57,321 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:34:57,322 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:34:57,322 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 17:34:57,322 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 17:34:57,325 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:34:57,329 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:34:57,329 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 17:34:57,332 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 17:34:57,332 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:34:57,333 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 17:34:57,333 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a265c8b00) -- 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:34:57,336 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:34:57,336 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:34:57,340 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:34:57,340 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 17:34:57,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:34:57,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:57,350 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:34:57,351 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:34:57,351 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 17:34:57,351 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 17:34:57,354 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:34:57,357 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:34:57,358 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 17:34:57,361 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 17:34:57,361 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:34:57,362 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 17:34:57,362 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a2652f2e8) -- 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:34:57,365 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:34:57,366 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:34:57,369 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:34:57,369 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 17:34:57,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:34:57,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:57,379 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:34:57,380 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:34:57,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 17:34:57,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 17:34:57,383 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:34:57,387 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:34:57,387 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 17:34:57,390 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 17:34:57,391 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:34:57,391 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 17:34:57,391 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a2652f828) -- 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:34:57,394 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:34:57,395 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:34:57,398 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:34:57,398 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 17:34:57,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:34:57,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:57,408 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:34:57,409 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:34:57,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:34:57,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:34:57,413 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:34:57,416 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:34:57,416 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 17:34:57,419 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 17:34:57,420 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:34:57,420 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 17:34:57,420 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a2654d208) -- 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:34:57,424 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:34:57,424 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:34:57,427 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:34:57,427 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 17:34:57,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:34:57,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:57,438 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:34:57,438 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:34:57,438 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 17:34:57,438 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 17:34:57,442 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:34:57,445 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:34:57,445 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 17:34:57,448 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 17:34:57,449 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:34:57,449 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 17:34:57,449 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a2654d898) -- 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:34:57,453 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:34:57,453 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:34:57,456 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': '27468035'} ; 2024-03-01 17:34:57,456 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:34:57,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:34:57,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:34:57,466 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:34:57,466 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:34:57,467 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:34:57,467 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:34:57,467 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:34:57,467 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:34:57,470 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:34:57,473 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:34:57,473 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:34:57,477 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:34:57,477 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:34:57,477 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 17:34:57,477 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7a2654ddd8) -- 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 17:34:57,481 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:34:57,484 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:34:57,485 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 17:34:57,488 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:34:57,488 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 17:34:57,491 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:34:57,491 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 17:34:57,495 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:34:57,495 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 17:34:57,498 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:34:57,501 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:34:57,505 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:34:57,511 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 0x7f7a27696a48> 2024-03-01 17:35:00,518 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 17:35:00,522 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:35:00,523 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:35:00,526 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', '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': '27470448'} ; 2024-03-01 17:35:00,527 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:35:00,527 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:35:00,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:00,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:00,537 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:35:00,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:00,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:00,543 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:00,555 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:00,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:00,574 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 17:35:00,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 17:35:00,578 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:35:00,578 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:35:00,582 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:35:00,585 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:35:00,585 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:35:00,589 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:35:00,589 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:35:00,589 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:35:00,592 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:35:00,596 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:35:00,599 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:35:00,602 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:35:00,605 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:35:00,606 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:35:00,606 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 17:35:00,607 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:35:00,606 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f7a2654d940) -- 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 0x7f7a2655de60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:35:00,610 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:35:00,614 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:00,614 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 17:35:00,617 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:00,618 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 17:35:00,621 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:00,621 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 17:35:00,625 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:00,625 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 17:35:00,625 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:35:00,628 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:00,628 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 17:35:00,631 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:35:00,632 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:35:00,635 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-RdoiezTLL9GgV9N0tsRLxxHc5kfLCKXwk1v48j4jcGPrCLy4dW9U2WNGKx4rNHHd ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-RdoiezTLL9GgV9N0tsRLxxHc5kfLCKXwk1v48j4jcGPrCLy4dW9U2WNGKx4rNHHd', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb', 'ID_FS_UUID_ENC': '4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '917709398'} ; 2024-03-01 17:35:00,635 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:35:00,635 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:00,639 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:35:00,640 INFO program/MainThread: stderr[15]: 2024-03-01 17:35:00,640 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:35:00,640 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:00,643 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:35:00,643 INFO program/MainThread: stderr[16]: 2024-03-01 17:35:00,643 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:35:00,643 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:00,646 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:35:00,646 INFO program/MainThread: stderr[17]: 2024-03-01 17:35:00,646 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:35:00,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:00,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:35:00,657 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:00,658 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:00,658 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:00,659 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:00,654 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f7a2652cac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f7a265a4978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:00,659 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:00,663 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:35:00,663 INFO program/MainThread: stderr[18]: 2024-03-01 17:35:00,663 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:35:00,667 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:35:00,667 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:35:00,667 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:00,680 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:00,694 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:35:00,694 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:35:00,698 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 17:35:00,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:00,705 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 17:35:00,708 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:00,708 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:35:00,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:35:00,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:00,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:35:00,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:00,720 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:35:00,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:35:00,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:00,729 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 17:35:00,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:00,732 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:35:00,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:35:00,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:00,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:35:00,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:00,744 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:35:00,747 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 17:35:00,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:00,752 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 17:35:00,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:00,756 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 17:35:00,758 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 17:35:00,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:00,764 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 17:35:00,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:00,767 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:35:05,458 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_0vevlgna/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:35:05,493 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:05,494 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:35:05,497 INFO program/MainThread: stdout[2]: 2024-03-01 17:35:05,497 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 17:35:05,497 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:35:05,497 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:35:05,502 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:05,502 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:35:05,506 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:05,506 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:35:05,509 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:05,509 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:35:05,512 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:05,512 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:35:05,521 INFO program/MainThread: stdout: 2024-03-01 17:35:05,521 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:35:05,521 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h 2024-03-01 17:35:05,521 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb 2024-03-01 17:35:05,521 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 2024-03-01 17:35:05,521 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb 2024-03-01 17:35:05,521 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK 2024-03-01 17:35:05,521 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:35:05,522 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:35:05,522 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:35:05,522 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:35:05,522 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:35:05,522 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:35:05,522 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:35:05,522 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:35:05,522 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:35:05,522 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:35:05,522 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:35:05,522 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:05,522 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb sdb 1073741824 root disk brw-rw---- LVM2_member D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb sdc 1073741824 root disk brw-rw---- LVM2_member O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK 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 17:35:05,522 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:35:05,522 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:35:05,523 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:35:05,523 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:35:05,523 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:35:05,523 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:35:05,523 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:05,534 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:05,546 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 17:35:05,551 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/lvm-pv-uuid-dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58', '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': 'dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h', 'ID_FS_UUID_ENC': 'dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553680105'} ; 2024-03-01 17:35:05,551 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 17:35:05,552 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 17:35:05,580 INFO program/MainThread: stdout[3]: 2024-03-01 17:35:05,580 INFO program/MainThread: stderr[3]: 2024-03-01 17:35:05,580 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:35:05,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:05,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:05,594 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:35:05,598 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:35:05,599 INFO blivet/MainThread: sda is a disk 2024-03-01 17:35:05,599 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:35:05,599 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:35:05,603 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:35:05,606 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:35:05,607 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 17:35:05,610 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 17:35:05,610 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:35:05,611 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:35:05,611 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc214ea3c8) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:35:05,615 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:35:05,619 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:05,619 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:35:05,622 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:05,622 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:35:05,626 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:05,626 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:35:05,629 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:05,630 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:35:05,633 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:35:05,633 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:35:05,633 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 17:35:05,658 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:35:05,658 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5. WARNING: Couldn't find device with uuid O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK. WARNING: VG test_vg1 is missing PV D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK (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 17:35:05,658 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:35:05,659 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:35:05,663 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h ; label: None ; device: /dev/sda ; serial: 36001405efaa722eff094890a3724a541 ; exists: True ; vg_name: test_vg1 ; vg_uuid: Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw ; pe_start: 8 MiB ; 2024-03-01 17:35:05,664 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:35:05,667 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:35:05,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw ; incomplete: True ; hidden: False ; 2024-03-01 17:35:05,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:35:05,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:05,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:05,680 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 17:35:05,706 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:35:05,706 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5. WARNING: Couldn't find device with uuid O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK. WARNING: VG test_vg1 is missing PV D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK (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 17:35:05,706 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:35:05,706 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:35:05,707 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:35:05,712 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:35:05,716 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:35:05,716 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:35:05,720 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:35:05,720 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 17:35:05,747 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd LVM2_LV_SIZE=1606418432 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=k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd LVM2_LV_SIZE=1606418432 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 17:35:05,747 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5. WARNING: Couldn't find device with uuid O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK. WARNING: VG test_vg1 is missing PV D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK (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 17:35:05,747 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:35:05,752 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:35:05,753 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:35:05,756 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:35:05,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw ; incomplete: True ; hidden: False ; 2024-03-01 17:35:05,762 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:35:05,763 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:35:05,763 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:35:05,767 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/lvm-pv-uuid-D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396', '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': 'D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5', 'ID_FS_UUID_ENC': 'D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553642513'} ; 2024-03-01 17:35:05,767 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 17:35:05,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:35:05,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:05,777 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:35:05,778 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:35:05,778 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:35:05,778 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:35:05,781 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:35:05,785 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:35:05,785 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 17:35:05,788 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 17:35:05,789 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:35:05,789 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:35:05,789 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc204bc5f8) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:35:05,793 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:35:05,796 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:05,796 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:35:05,800 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:05,800 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:35:05,803 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:05,804 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:35:05,807 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:05,807 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:35:05,810 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:35:05,810 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:35:05,810 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 17:35:05,838 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:35:05,838 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK. WARNING: VG test_vg1 is missing PV O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK (last written to /dev/sdc). 2024-03-01 17:35:05,838 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:35:05,838 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:35:05,843 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 ; label: None ; device: /dev/sdb ; serial: 36001405814a177f25a64e11afedc6396 ; exists: True ; vg_name: test_vg1 ; vg_uuid: Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 17:35:05,843 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:35:05,846 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:35:05,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw ; incomplete: True ; hidden: False ; 2024-03-01 17:35:05,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:35:05,856 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:35:05,860 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:35:05,863 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:35:05,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw ; incomplete: True ; hidden: False ; 2024-03-01 17:35:05,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:35:05,870 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 17:35:05,900 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd LVM2_LV_SIZE=1606418432 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=k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd LVM2_LV_SIZE=1606418432 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 17:35:05,900 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK. WARNING: VG test_vg1 is missing PV O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK (last written to /dev/sdc). 2024-03-01 17:35:05,900 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:35:05,900 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:35:05,900 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:35:05,905 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:35:05,905 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 17:35:05,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:35:05,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:05,916 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:35:05,917 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:35:05,917 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:35:05,917 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:35:05,920 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:35:05,924 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:35:05,924 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 17:35:05,927 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 17:35:05,927 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:35:05,928 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:35:05,928 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc204bce80) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:35:05,932 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:35:05,932 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:35:05,935 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:35:05,935 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 17:35:05,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:35:05,942 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:05,946 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:35:05,946 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:35:05,946 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:35:05,946 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:35:05,950 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:35:05,953 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:35:05,953 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 17:35:05,956 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 17:35:05,957 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:35:05,957 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:35:05,957 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc20420fd0) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:35:05,961 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:35:05,961 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:35:05,964 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/lvm-pv-uuid-O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', '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': 'O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK', 'ID_FS_UUID_ENC': 'O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553687452'} ; 2024-03-01 17:35:05,964 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 17:35:05,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:35:05,971 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:05,975 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:35:05,975 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:35:05,975 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:35:05,975 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:35:05,979 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:35:05,982 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:35:05,982 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 17:35:05,985 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 17:35:05,986 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:35:05,986 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:35:05,986 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc20428470) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:35:05,990 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:35:05,993 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:05,993 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:35:05,997 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:05,997 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:35:06,001 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:06,001 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:35:06,004 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:06,004 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:35:06,007 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:35:06,007 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:35:06,008 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/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:06,035 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=dsJk5p-zXz9-6d4S-zSZl-NELT-jSUZ-oehw0h LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=D11PTS-3FvS-1vAG-szsO-c3sH-DxfK-viaLe5 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:35:06,035 INFO program/MainThread: stderr[9]: 2024-03-01 17:35:06,035 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:35:06,036 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:35:06,040 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: O1OaOX-ADuR-L0vr-NakM-XWWV-i5kU-3ZlxaK ; label: None ; device: /dev/sdc ; serial: 360014055ae7217664324061aa4a87442 ; exists: True ; vg_name: test_vg1 ; vg_uuid: Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:35:06,040 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:35:06,043 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:35:06,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw ; incomplete: True ; hidden: False ; 2024-03-01 17:35:06,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:35:06,054 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:35:06,057 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:35:06,060 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:35:06,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw ; incomplete: True ; hidden: False ; 2024-03-01 17:35:06,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:35:06,067 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/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:06,095 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd LVM2_LV_SIZE=1606418432 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=k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd LVM2_LV_SIZE=1606418432 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 17:35:06,095 INFO program/MainThread: stderr[10]: 2024-03-01 17:35:06,095 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:35:06,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:06,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:06,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd ; incomplete: False ; hidden: False ; 2024-03-01 17:35:06,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:35:06,110 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:35:06,114 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:35:06,114 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:35:06,117 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:35:06,121 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:35:06,122 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:35:06,125 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 17:35:06,126 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:35:06,126 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:35:06,130 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:35:06,134 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:35:06,134 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:35:06,138 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:35:06,142 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:35:06,142 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:35:06,145 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 17:35:06,146 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:35:06,146 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:35:06,146 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:35:06,149 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:35:06,150 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:35:06,153 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 17:35:06,154 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:35:06,157 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-RdoiezTLL9GgV9N0tsRLxxHc5kfLCKXwk1v48j4jcGPrCLy4dW9U2WNGKx4rNHHd ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-RdoiezTLL9GgV9N0tsRLxxHc5kfLCKXwk1v48j4jcGPrCLy4dW9U2WNGKx4rNHHd', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb', 'ID_FS_UUID_ENC': '4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '917709398'} ; 2024-03-01 17:35:06,157 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:35:06,158 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:06,162 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:35:06,162 INFO program/MainThread: stderr[11]: 2024-03-01 17:35:06,162 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:35:06,162 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:06,165 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:35:06,165 INFO program/MainThread: stderr[12]: 2024-03-01 17:35:06,165 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:35:06,165 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:06,169 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:35:06,169 INFO program/MainThread: stderr[13]: 2024-03-01 17:35:06,169 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:35:06,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:06,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:35:06,180 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:06,180 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:06,181 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:06,181 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:06,177 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:06,182 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:06,185 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:35:06,186 INFO program/MainThread: stderr[14]: 2024-03-01 17:35:06,186 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:35:06,190 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:35:06,194 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:06,194 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:35:06,198 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:06,198 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:35:06,202 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:06,202 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:35:06,206 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:06,206 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:35:06,207 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:35:06,208 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:35:06,211 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:06,212 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:35:06,215 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:35:06,215 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:35:06,216 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:35:06,219 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:35:06,220 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 17:35:06,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:35:06,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:06,230 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:35:06,231 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:35:06,231 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:35:06,231 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 17:35:06,235 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:35:06,238 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:35:06,238 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 17:35:06,242 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 17:35:06,242 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:35:06,243 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 17:35:06,243 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc2042cef0) -- 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:35:06,246 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:35:06,246 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:35:06,250 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:35:06,250 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 17:35:06,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:35:06,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:06,260 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:35:06,261 INFO blivet/MainThread: sde is a disk 2024-03-01 17:35:06,261 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 17:35:06,261 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 17:35:06,264 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:35:06,268 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:35:06,268 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 17:35:06,271 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 17:35:06,272 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:35:06,272 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 17:35:06,272 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc20432438) -- 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:35:06,276 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:35:06,276 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:35:06,279 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:35:06,280 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 17:35:06,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:35:06,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:06,290 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:35:06,291 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:35:06,291 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 17:35:06,291 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 17:35:06,295 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:35:06,298 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:35:06,298 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 17:35:06,301 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 17:35:06,302 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:35:06,302 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 17:35:06,302 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc204bcb00) -- 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:35:06,306 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:35:06,306 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:35:06,310 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:35:06,310 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 17:35:06,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:35:06,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:06,321 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:35:06,321 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:35:06,321 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 17:35:06,322 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 17:35:06,325 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:35:06,328 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:35:06,328 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 17:35:06,332 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 17:35:06,332 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:35:06,333 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 17:35:06,333 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc20423320) -- 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:35:06,336 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:35:06,336 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:35:06,340 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:35:06,340 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 17:35:06,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:35:06,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:06,351 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:35:06,351 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:35:06,351 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 17:35:06,351 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 17:35:06,355 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:35:06,358 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:35:06,358 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 17:35:06,361 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 17:35:06,362 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:35:06,362 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 17:35:06,362 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc20423860) -- 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:35:06,366 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:35:06,366 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:35:06,369 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:35:06,369 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 17:35:06,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:35:06,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:06,380 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:35:06,381 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:35:06,381 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:35:06,381 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:35:06,384 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:35:06,388 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:35:06,388 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 17:35:06,391 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 17:35:06,391 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:35:06,392 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 17:35:06,392 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc20441240) -- 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:35:06,395 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:35:06,396 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:35:06,399 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:35:06,399 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 17:35:06,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:35:06,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:06,410 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:35:06,410 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:35:06,410 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 17:35:06,411 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 17:35:06,414 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:35:06,417 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:35:06,417 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 17:35:06,420 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 17:35:06,421 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:35:06,421 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 17:35:06,421 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc204418d0) -- 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:35:06,425 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:35:06,425 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:35:06,428 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': '27468035'} ; 2024-03-01 17:35:06,428 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:35:06,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:06,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:06,439 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:35:06,439 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:35:06,439 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:35:06,439 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:35:06,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:35:06,440 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:35:06,443 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:35:06,446 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:35:06,446 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:35:06,449 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:35:06,450 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:35:06,450 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 17:35:06,450 INFO blivet/MainThread: got device: DiskDevice instance (0x7efc20441e10) -- 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 17:35:06,454 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:35:06,457 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:06,457 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 17:35:06,461 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:06,461 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 17:35:06,464 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:06,464 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 17:35:06,468 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:06,468 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 17:35:06,471 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:35:06,474 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:06,478 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:35:06,482 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 0x7efc20424308> 2024-03-01 17:35:09,243 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 17:35:09,248 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:35:09,248 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:35:09,252 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', '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': '27470448'} ; 2024-03-01 17:35:09,252 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:35:09,253 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:35:09,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:09,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:09,263 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:35:09,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:09,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:09,269 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:09,281 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:09,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:09,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 17:35:09,301 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 17:35:09,305 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:35:09,305 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:35:09,308 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:35:09,312 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:35:09,312 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:35:09,316 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:35:09,316 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:35:09,316 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:35:09,319 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:35:09,323 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:35:09,326 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:35:09,329 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:35:09,332 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:35:09,333 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:35:09,333 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 17:35:09,334 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:35:09,333 INFO blivet/MainThread: got device: PartitionDevice instance (0x7efc2044a470) -- 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 0x7efc20451e60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:35:09,338 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:35:09,341 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:09,341 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 17:35:09,345 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:09,345 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 17:35:09,348 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:09,349 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 17:35:09,352 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:09,352 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 17:35:09,352 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:35:09,355 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:09,356 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 17:35:09,359 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:35:09,359 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:35:09,362 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-RdoiezTLL9GgV9N0tsRLxxHc5kfLCKXwk1v48j4jcGPrCLy4dW9U2WNGKx4rNHHd ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-RdoiezTLL9GgV9N0tsRLxxHc5kfLCKXwk1v48j4jcGPrCLy4dW9U2WNGKx4rNHHd', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb', 'ID_FS_UUID_ENC': '4ad5e9c8-2cb6-4e3c-9a91-efcb70dbc9fb', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '917709398'} ; 2024-03-01 17:35:09,363 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:35:09,363 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:09,367 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:35:09,367 INFO program/MainThread: stderr[15]: 2024-03-01 17:35:09,367 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:35:09,367 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:09,370 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:35:09,371 INFO program/MainThread: stderr[16]: 2024-03-01 17:35:09,371 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:35:09,371 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:09,374 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:35:09,374 INFO program/MainThread: stderr[17]: 2024-03-01 17:35:09,374 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:35:09,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:09,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:35:09,385 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,385 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,386 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,386 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,382 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,387 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:09,391 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:35:09,391 INFO program/MainThread: stderr[18]: 2024-03-01 17:35:09,391 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:35:09,395 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:35:09,395 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:35:09,395 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:09,408 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:09,420 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:35:09,421 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:35:09,425 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 17:35:09,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:09,432 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 17:35:09,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:09,435 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:35:09,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:35:09,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:09,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:35:09,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:09,447 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:35:09,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:35:09,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:09,456 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 17:35:09,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:09,459 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:35:09,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:35:09,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:09,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:35:09,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:09,471 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:35:09,474 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 17:35:09,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:09,480 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 17:35:09,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:09,483 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 17:35:09,486 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 17:35:09,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:09,492 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 17:35:09,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:09,495 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:35:09,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:09,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:35:09,501 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:35:09,501 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:35:09,502 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:35:09,502 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:35:09,503 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:35:09,503 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:35:09,504 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:35:09,504 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:35:09,504 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:35:09,505 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:35:09,505 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:35:09,505 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:35:09,506 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:35:09,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:09,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:35:09,512 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:35:09,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:35:09,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:35:09,518 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:35:09,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:35:09,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:35:09,524 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:35:09,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:09,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:35:09,531 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:35:09,533 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,534 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,534 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,535 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,531 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,537 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,538 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,538 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,539 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,535 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,541 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,542 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,542 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,543 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,539 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,545 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,546 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,546 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,547 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,543 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,550 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,550 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,551 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,551 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,548 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,554 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,554 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,555 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,555 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,552 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,558 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,558 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,559 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,559 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,556 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,562 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,563 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,563 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,564 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,560 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,566 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,567 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,567 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,568 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,564 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,570 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,571 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,571 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,572 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,568 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,574 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,575 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,575 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,576 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,572 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,579 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,579 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,580 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,580 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,576 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,583 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,583 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,584 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,584 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,581 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,587 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,587 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,588 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,588 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,585 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,591 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,592 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,592 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,593 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,589 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,595 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,596 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,596 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,597 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,593 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,599 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,600 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,600 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,601 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,597 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,604 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,604 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,605 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,605 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,601 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,608 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,608 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,609 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,609 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,606 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,612 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,612 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,613 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,613 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,610 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,616 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,616 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,617 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,617 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,614 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,620 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,621 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,621 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,622 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,618 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,624 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,625 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,625 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,626 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,622 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,628 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,629 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,629 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,630 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,626 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,632 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,633 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,633 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,634 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,630 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,636 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,637 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,637 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,638 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,634 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,640 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,641 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,641 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,642 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,638 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,645 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,645 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,646 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,646 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,643 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,649 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,649 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,650 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,650 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,647 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,653 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,653 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,654 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,654 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,651 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,657 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,657 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,658 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,658 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,655 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,661 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,662 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,662 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:09,662 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:09,659 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efc20420ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = k1v48j-4jcG-PrCL-y4dW-9U2W-NGKx-4rNHHd size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efc20498978) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = Rdoiez-TLL9-GgV9-N0ts-RLxx-Hc5k-fLCKXw 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:09,663 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:35:09,666 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:35:09,666 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:35:09,667 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 17:35:09,670 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:35:09,671 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:35:09,671 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 17:35:09,675 INFO program/MainThread: stdout[19]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:35:09,675 INFO program/MainThread: stderr[19]: 2024-03-01 17:35:09,675 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:35:09,680 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:35:09,680 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:35:09,680 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:35:09,681 DEBUG blivet.ansible/MainThread: ['sdc', 'sda', 'sdb', 'test_vg1'] 2024-03-01 17:35:09,681 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:35:09,684 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:35:09,684 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:35:09,688 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:35:09,691 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:35:09,694 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:35:09,694 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:35:09,694 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:35:09,694 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:35:09,694 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:35:09,697 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:35:09,697 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:35:09,698 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:35:09,701 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:35:09,702 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:35:09,702 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:35:09,702 DEBUG blivet/MainThread: removing sda 2024-03-01 17:35:09,705 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:35:09,705 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:35:09,705 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 17:35:09,708 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:35:09,708 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:35:09,708 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:35:09,708 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:35:09,711 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:35:09,711 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:35:09,711 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:35:09,714 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:35:09,714 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:35:09,715 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:09,729 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:09,741 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:09,751 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:09,767 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:35:09,768 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:35:09,768 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:35:09,768 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:35:09,768 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:35:09,768 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:35:09,768 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:35:09,768 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:35:09,768 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:35:09,772 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:35:09,775 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:35:09,778 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:35:09,778 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:35:09,781 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:35:09,781 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 0x7efc2048df10> 2024-03-01 17:35:09,781 INFO blivet/MainThread: sorting actions... 2024-03-01 17:35:09,782 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:35:09,782 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:35:09,782 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:35:09,783 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:35:09,783 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:35:09,783 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:35:09,783 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:35:09,786 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:09,790 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:35:09,790 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:35:09,798 INFO program/MainThread: stdout: 2024-03-01 17:35:09,798 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:35:09,799 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:09,799 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:09,817 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:09,817 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:09,829 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:09,830 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:35:09,835 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:35:09,838 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:35:09,842 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:35:09,846 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:35:09,858 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:35:09,859 INFO program/MainThread: Running [20] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:09,892 INFO program/MainThread: stdout[20]: 2024-03-01 17:35:09,892 INFO program/MainThread: stderr[20]: 2024-03-01 17:35:09,892 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:35:09,897 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:35:09,900 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:09,903 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:35:09,906 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:09,910 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:35:09,913 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:09,916 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:35:09,920 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:35:09,920 INFO program/MainThread: Running [21] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:09,956 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 17:35:09,957 INFO program/MainThread: stderr[21]: 2024-03-01 17:35:09,957 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:35:09,957 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:35:09,964 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:35:09,976 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:35:09,982 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:35:09,988 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:09,995 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:35:10,002 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:10,006 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:35:10,012 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:10,016 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:35:10,019 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:35:10,020 INFO program/MainThread: Running [22] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:10,057 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 17:35:10,057 INFO program/MainThread: stderr[22]: 2024-03-01 17:35:10,057 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:35:10,057 INFO program/MainThread: Running [23] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:10,097 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:35:10,097 INFO program/MainThread: stderr[23]: 2024-03-01 17:35:10,097 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:35:10,098 INFO program/MainThread: Running [24] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:10,125 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 17:35:10,126 INFO program/MainThread: stderr[24]: 2024-03-01 17:35:10,126 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:35:10,126 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:35:10,134 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:10,140 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:35:10,146 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:35:10,146 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:10,202 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:35:10,202 INFO program/MainThread: stderr[25]: 2024-03-01 17:35:10,202 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:35:10,203 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:35:10,203 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:10,230 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:10,231 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:10,248 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:10,248 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:10,264 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:10,264 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:35:10,269 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:10,272 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:35:10,275 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:35:10,275 INFO program/MainThread: Running [26] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:10,310 INFO program/MainThread: stdout[26]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:35:10,310 INFO program/MainThread: stderr[26]: 2024-03-01 17:35:10,310 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:35:10,311 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:35:10,311 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:10,345 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:10,345 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:10,360 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:10,360 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:10,374 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:10,374 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:35:10,378 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:10,381 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:35:10,385 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:35:10,385 INFO program/MainThread: Running [27] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:10,413 INFO program/MainThread: stdout[27]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:35:10,413 INFO program/MainThread: stderr[27]: 2024-03-01 17:35:10,413 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:35:10,413 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:35:10,414 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:10,441 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:10,442 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:10,458 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:10,458 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:10,475 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:10,480 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:35:10,480 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 0x7efc204341a8> 2024-03-01 17:35:21,967 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_g6i_u_1x/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:35:26,751 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_w41e6ux9/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:35:34,018 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_v83_a0v3/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:35:34,053 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:34,054 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:35:34,057 INFO program/MainThread: stdout[2]: 2024-03-01 17:35:34,057 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 17:35:34,057 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:35:34,058 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:35:34,062 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,063 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:35:34,066 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:34,067 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:35:34,070 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:34,070 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:35:34,073 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:34,073 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:35:34,081 INFO program/MainThread: stdout: 2024-03-01 17:35:34,081 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:35:34,081 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:35:34,081 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:35:34,081 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:35:34,081 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:35:34,081 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:35:34,081 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:35:34,081 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:35:34,081 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:35:34,082 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:35:34,082 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:35:34,082 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:35:34,082 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:35:34,082 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:35:34,082 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:35:34,082 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,082 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 17:35:34,082 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:35:34,082 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:35:34,083 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:35:34,083 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:35:34,083 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:35:34,083 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:35:34,083 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:34,096 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,107 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:35:34,112 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553680105'} ; 2024-03-01 17:35:34,112 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 17:35:34,112 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 17:35:34,142 INFO program/MainThread: stdout[3]: 2024-03-01 17:35:34,142 INFO program/MainThread: stderr[3]: 2024-03-01 17:35:34,142 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:35:34,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:34,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:34,156 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:35:34,161 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:35:34,161 INFO blivet/MainThread: sda is a disk 2024-03-01 17:35:34,162 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:35:34,162 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:35:34,165 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:35:34,169 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:35:34,169 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 17:35:34,173 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 17:35:34,173 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:35:34,173 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:35:34,174 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2db6916a0) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:35:34,178 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:35:34,178 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:35:34,181 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553642513'} ; 2024-03-01 17:35:34,181 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 17:35:34,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:35:34,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:34,192 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:35:34,192 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:35:34,192 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:35:34,192 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:35:34,196 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:35:34,199 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:35:34,199 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 17:35:34,203 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 17:35:34,203 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:35:34,203 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:35:34,203 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2db5d2eb8) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:35:34,207 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:35:34,207 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:35:34,211 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:35:34,211 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 17:35:34,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:35:34,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:34,221 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:35:34,222 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:35:34,222 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:35:34,222 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:35:34,225 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:35:34,228 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:35:34,229 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 17:35:34,232 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 17:35:34,232 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:35:34,233 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:35:34,233 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2db5d2da0) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:35:34,236 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:35:34,236 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:35:34,240 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:35:34,240 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 17:35:34,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:35:34,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:34,250 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:35:34,251 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:35:34,251 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:35:34,251 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:35:34,254 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:35:34,258 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:35:34,258 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 17:35:34,261 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 17:35:34,262 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:35:34,262 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:35:34,262 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2da585f60) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:35:34,266 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:35:34,266 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:35:34,269 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553687452'} ; 2024-03-01 17:35:34,269 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 17:35:34,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:35:34,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:34,280 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:35:34,280 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:35:34,281 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:35:34,281 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:35:34,284 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:35:34,287 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:35:34,287 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 17:35:34,291 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 17:35:34,291 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:35:34,292 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:35:34,292 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2db5d2e10) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:35:34,295 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:35:34,295 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:35:34,299 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:35:34,299 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 17:35:34,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:35:34,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:34,309 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:35:34,310 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:35:34,310 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:35:34,310 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:35:34,314 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:35:34,317 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:35:34,317 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 17:35:34,320 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 17:35:34,321 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:35:34,321 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:35:34,321 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2da584eb8) -- 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:35:34,325 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:35:34,325 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:35:34,328 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:35:34,328 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 17:35:34,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:35:34,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:34,339 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:35:34,339 INFO blivet/MainThread: sde is a disk 2024-03-01 17:35:34,339 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:35:34,340 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:35:34,343 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:35:34,346 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:35:34,346 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 17:35:34,350 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 17:35:34,350 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:35:34,350 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:35:34,351 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2da599550) -- 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:35:34,354 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:35:34,354 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:35:34,358 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:35:34,358 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 17:35:34,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:35:34,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:34,368 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:35:34,369 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:35:34,369 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:35:34,369 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:35:34,372 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:35:34,376 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:35:34,376 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 17:35:34,379 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 17:35:34,380 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:35:34,380 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:35:34,380 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2da584d30) -- 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:35:34,384 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:35:34,384 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:35:34,387 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:35:34,388 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 17:35:34,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:35:34,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:34,398 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:35:34,399 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:35:34,399 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:35:34,399 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:35:34,402 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:35:34,405 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:35:34,406 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 17:35:34,409 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 17:35:34,409 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:35:34,410 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:35:34,410 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2da594438) -- 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:35:34,413 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:35:34,414 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:35:34,417 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:35:34,417 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 17:35:34,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:35:34,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:34,428 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:35:34,428 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:35:34,428 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:35:34,429 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:35:34,432 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:35:34,435 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:35:34,435 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 17:35:34,439 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 17:35:34,439 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:35:34,439 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:35:34,440 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2da584518) -- 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:35:34,443 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:35:34,443 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:35:34,447 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:35:34,447 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 17:35:34,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:35:34,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:34,457 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:35:34,458 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:35:34,458 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:35:34,458 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:35:34,461 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:35:34,465 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:35:34,465 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 17:35:34,469 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 17:35:34,469 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:35:34,469 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:35:34,469 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2da5a2320) -- 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:35:34,473 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:35:34,473 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:35:34,477 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:35:34,477 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 17:35:34,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:35:34,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:34,487 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:35:34,488 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:35:34,488 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:35:34,488 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:35:34,491 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:35:34,495 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:35:34,495 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 17:35:34,498 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 17:35:34,499 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:35:34,499 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:35:34,499 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2da5a24a8) -- 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:35:34,503 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:35:34,503 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:35:34,506 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': '27468035'} ; 2024-03-01 17:35:34,506 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:35:34,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:34,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:34,517 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:35:34,517 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:35:34,517 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:35:34,517 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:35:34,517 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:35:34,517 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:35:34,521 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:35:34,524 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:35:34,524 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:35:34,528 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:35:34,528 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:35:34,528 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:35:34,528 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb2da5a9278) -- 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 17:35:34,532 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:35:34,536 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:34,536 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:35:34,539 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:34,540 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:35:34,543 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:34,543 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:35:34,547 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:34,547 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:35:34,550 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:35:34,553 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:34,557 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:35:34,561 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 0x7fb2da593fc8> 2024-03-01 17:35:37,618 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:35:37,622 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:35:37,623 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:35:37,627 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': '27470448'} ; 2024-03-01 17:35:37,627 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:35:37,627 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:35:37,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:37,637 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:35:37,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:37,644 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:37,657 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:37,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:35:37,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:35:37,680 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:35:37,680 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:35:37,683 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:35:37,687 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:35:37,687 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:35:37,691 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:35:37,691 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:35:37,691 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:35:37,695 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:35:37,698 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:35:37,701 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:35:37,705 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:35:37,708 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:35:37,709 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:35:37,709 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:35:37,709 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:35:37,709 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fb2e95b7208) -- 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 0x7fb2da5b90f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:35:37,713 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:35:37,717 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:37,717 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:35:37,720 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:37,720 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:35:37,724 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:37,724 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:35:37,728 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:37,728 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:35:37,730 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:35:37,730 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:35:37,733 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:37,734 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:35:37,737 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:35:37,737 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:35:37,738 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:37,751 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:37,763 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:35:37,764 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:35:37,768 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 17:35:37,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:37,774 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 17:35:37,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:37,777 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:35:37,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:37,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,789 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:37,789 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:35:37,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:37,798 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 17:35:37,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:37,801 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:35:37,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:37,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:37,813 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:35:37,816 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 17:35:37,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:37,822 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 17:35:37,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:37,825 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 17:35:37,828 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 17:35:37,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:37,834 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 17:35:37,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:37,837 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:35:37,838 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:35:42,481 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_6lq4goh6/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:35:42,516 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:42,516 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:35:42,520 INFO program/MainThread: stdout[2]: 2024-03-01 17:35:42,520 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 17:35:42,520 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:35:42,520 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:35:42,524 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:42,525 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:35:42,528 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:42,529 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:35:42,532 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:42,532 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:35:42,535 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:42,535 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:35:42,543 INFO program/MainThread: stdout: 2024-03-01 17:35:42,543 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:35:42,543 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:35:42,543 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:35:42,543 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:35:42,543 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:35:42,543 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:35:42,543 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:35:42,543 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:35:42,543 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:35:42,543 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:35:42,543 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:35:42,543 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:35:42,543 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:35:42,543 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:35:42,543 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:35:42,544 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:42,544 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 17:35:42,544 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:35:42,544 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:35:42,544 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:35:42,544 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:35:42,544 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:35:42,545 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:35:42,545 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:42,555 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:42,566 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:35:42,570 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553680105'} ; 2024-03-01 17:35:42,570 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 17:35:42,571 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 17:35:42,603 INFO program/MainThread: stdout[3]: 2024-03-01 17:35:42,603 INFO program/MainThread: stderr[3]: 2024-03-01 17:35:42,603 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:35:42,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:42,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:42,616 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:35:42,620 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:35:42,621 INFO blivet/MainThread: sda is a disk 2024-03-01 17:35:42,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:35:42,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:35:42,625 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:35:42,628 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:35:42,628 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 17:35:42,632 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 17:35:42,632 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:35:42,633 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:35:42,633 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4147cbf6a0) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:35:42,637 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:35:42,637 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:35:42,640 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553642513'} ; 2024-03-01 17:35:42,640 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 17:35:42,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:35:42,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:42,650 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:35:42,651 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:35:42,651 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:35:42,651 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:35:42,654 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:35:42,657 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:35:42,657 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 17:35:42,661 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 17:35:42,661 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:35:42,661 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:35:42,661 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4147c00eb8) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:35:42,665 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:35:42,665 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:35:42,668 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:35:42,669 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 17:35:42,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:35:42,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:42,679 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:35:42,679 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:35:42,679 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:35:42,679 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:35:42,683 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:35:42,686 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:35:42,686 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 17:35:42,689 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 17:35:42,690 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:35:42,690 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:35:42,690 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4147c00da0) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:35:42,694 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:35:42,694 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:35:42,697 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:35:42,697 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 17:35:42,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:35:42,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:42,707 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:35:42,708 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:35:42,708 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:35:42,708 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:35:42,711 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:35:42,714 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:35:42,715 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 17:35:42,718 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 17:35:42,718 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:35:42,719 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:35:42,719 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4146bb3f60) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:35:42,722 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:35:42,722 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:35:42,726 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553687452'} ; 2024-03-01 17:35:42,726 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 17:35:42,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:35:42,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:42,736 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:35:42,737 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:35:42,737 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:35:42,737 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:35:42,740 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:35:42,743 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:35:42,743 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 17:35:42,747 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 17:35:42,747 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:35:42,747 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:35:42,748 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4147c00e10) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:35:42,751 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:35:42,751 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:35:42,754 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:35:42,754 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 17:35:42,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:35:42,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:42,765 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:35:42,765 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:35:42,765 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:35:42,765 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:35:42,769 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:35:42,772 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:35:42,772 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 17:35:42,775 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 17:35:42,776 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:35:42,776 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:35:42,776 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4146bb2eb8) -- 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:35:42,780 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:35:42,780 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:35:42,783 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:35:42,783 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 17:35:42,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:35:42,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:42,793 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:35:42,794 INFO blivet/MainThread: sde is a disk 2024-03-01 17:35:42,794 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:35:42,794 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:35:42,797 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:35:42,801 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:35:42,801 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 17:35:42,804 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 17:35:42,804 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:35:42,805 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:35:42,805 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4146bc7550) -- 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:35:42,808 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:35:42,808 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:35:42,812 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:35:42,812 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 17:35:42,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:35:42,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:42,822 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:35:42,823 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:35:42,823 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:35:42,823 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:35:42,826 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:35:42,829 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:35:42,830 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 17:35:42,833 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 17:35:42,833 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:35:42,834 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:35:42,834 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4146bb2d30) -- 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:35:42,837 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:35:42,837 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:35:42,841 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:35:42,841 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 17:35:42,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:35:42,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:42,851 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:35:42,852 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:35:42,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:35:42,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:35:42,855 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:35:42,858 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:35:42,858 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 17:35:42,862 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 17:35:42,862 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:35:42,862 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:35:42,863 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4146bc2438) -- 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:35:42,866 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:35:42,866 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:35:42,870 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:35:42,870 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 17:35:42,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:35:42,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:42,880 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:35:42,881 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:35:42,881 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:35:42,881 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:35:42,884 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:35:42,887 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:35:42,888 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 17:35:42,891 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 17:35:42,891 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:35:42,892 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:35:42,892 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4146bb2518) -- 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:35:42,895 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:35:42,895 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:35:42,899 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:35:42,899 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 17:35:42,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:35:42,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:42,909 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:35:42,909 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:35:42,909 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:35:42,910 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:35:42,913 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:35:42,916 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:35:42,916 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 17:35:42,920 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 17:35:42,920 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:35:42,920 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:35:42,920 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4146bd0320) -- 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:35:42,924 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:35:42,924 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:35:42,927 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:35:42,927 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 17:35:42,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:35:42,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:42,938 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:35:42,938 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:35:42,938 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:35:42,938 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:35:42,942 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:35:42,945 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:35:42,945 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 17:35:42,948 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 17:35:42,949 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:35:42,949 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:35:42,949 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4146bd04a8) -- 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:35:42,953 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:35:42,953 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:35:42,956 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': '27468035'} ; 2024-03-01 17:35:42,956 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:35:42,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:42,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:42,966 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:35:42,966 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:35:42,966 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:35:42,966 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:35:42,966 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:35:42,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:35:42,970 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:35:42,973 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:35:42,973 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:35:42,977 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:35:42,977 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:35:42,977 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:35:42,977 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4146bd7278) -- 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 17:35:42,981 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:35:42,984 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:42,985 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:35:42,988 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:42,988 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:35:42,992 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:42,992 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:35:42,995 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:42,995 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:35:42,998 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:35:43,002 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:43,006 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:35:43,009 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 0x7f4146bc1788> 2024-03-01 17:35:46,290 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:35:46,294 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:35:46,295 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:35:46,298 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': '27470448'} ; 2024-03-01 17:35:46,299 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:35:46,299 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:35:46,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:46,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:46,308 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:35:46,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:46,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:46,314 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:46,328 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:46,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:46,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:35:46,347 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:35:46,351 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:35:46,351 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:35:46,354 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:35:46,357 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:35:46,358 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:35:46,361 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:35:46,361 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:35:46,362 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:35:46,365 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:35:46,368 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:35:46,371 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:35:46,374 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:35:46,377 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:35:46,378 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:35:46,378 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:35:46,379 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:35:46,378 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f4155be5208) -- 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 0x7f4146be70f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:35:46,382 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:35:46,386 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:46,386 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:35:46,389 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:46,389 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:35:46,393 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:46,393 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:35:46,396 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:46,397 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:35:46,398 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:35:46,398 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:35:46,402 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:46,402 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:35:46,405 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:35:46,405 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:35:46,406 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:46,417 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:46,429 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:35:46,430 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:35:46,434 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 17:35:46,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:46,440 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 17:35:46,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:46,443 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:35:46,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:35:46,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:46,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:35:46,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:46,454 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:35:46,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:35:46,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:46,463 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 17:35:46,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:46,466 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:35:46,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:35:46,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:46,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:35:46,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:46,478 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:35:46,481 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 17:35:46,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:46,486 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 17:35:46,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:46,489 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 17:35:46,492 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 17:35:46,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:46,498 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 17:35:46,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:46,501 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:35:46,504 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:46,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:46,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:46,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:46,513 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:35:46,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:46,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:35:46,519 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:35:46,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:35:46,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:35:46,524 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:35:46,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:35:46,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:35:46,530 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:35:46,534 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:35:46,534 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:35:46,534 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:35:46,538 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:35:46,538 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:35:46,541 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:35:46,542 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:35:46,545 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:35:46,545 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:35:46,545 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:35:46,548 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:35:46,548 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:35:46,552 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:35:46,552 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:35:46,555 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:35:46,555 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:35:46,555 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:35:46,558 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:35:46,558 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:35:46,561 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:35:46,561 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:35:46,562 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:35:46,567 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:35:46,570 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:35:46,574 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:35:46,577 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:35:46,581 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:35:46,585 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:35:46,585 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:35:46,589 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:35:46,589 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:35:46,589 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:35:46,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:46,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:46,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:46,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:46,603 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:35:46,603 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:35:46,604 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:35:46,604 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 17:35:46,604 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:35:46,605 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:35:46,608 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:46,608 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:35:46,611 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:46,611 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:35:46,616 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:35:46,620 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:35:46,620 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:35:46,624 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:35:46,627 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:35:46,630 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:35:46,634 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:35:46,634 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:35:46,635 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:35:46,635 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:35:46,635 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:35:46,639 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:35:46,640 INFO program/MainThread: stderr[4]: 2024-03-01 17:35:46,640 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:35:46,640 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:35:46,640 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:35:46,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:35:46,645 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:35:46,645 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:35:46,646 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:35:46,646 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:35:46,646 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:35:46,646 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:35:46,646 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:35:46,647 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:35:46,647 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:35:46,647 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:35:46,647 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:35:46,647 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:35:46,647 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:35:46,650 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:35:46,653 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:35:46,656 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:35:46,656 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:35:46,659 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:35:46,659 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 0x7f4146b1aeb8> 2024-03-01 17:35:46,660 INFO blivet/MainThread: sorting actions... 2024-03-01 17:35:46,661 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:35:46,661 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:35:46,661 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:35:46,661 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:35:46,662 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:35:46,662 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:35:46,662 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:35:46,662 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:35:46,662 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:35:46,662 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:35:46,665 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:46,668 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:35:46,668 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:35:46,675 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:46,675 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:46,706 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:46,706 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:46,718 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:46,719 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:35:46,723 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:46,726 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:35:46,726 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:35:46,734 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:46,734 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:46,761 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:46,761 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:46,773 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:46,774 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:35:46,778 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:46,781 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:35:46,781 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:35:46,788 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:46,789 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:46,816 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:46,816 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:46,828 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:46,829 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:35:46,833 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:46,836 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:35:46,839 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:35:46,839 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:35:46,840 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 17:35:46,871 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 17:35:46,872 INFO program/MainThread: stderr[5]: 2024-03-01 17:35:46,872 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:35:46,872 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:46,892 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:46,896 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:35:46,896 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 17:35:46,897 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:35:46,907 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:46,907 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:46,931 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:46,931 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:35:46,935 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:46,938 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:35:46,941 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:35:46,941 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:35:46,941 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 17:35:46,972 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:35:46,972 INFO program/MainThread: stderr[6]: 2024-03-01 17:35:46,972 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:35:46,973 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:46,992 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:46,996 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:35:46,996 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 17:35:46,997 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:35:47,007 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:47,007 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:47,029 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:47,029 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:35:47,033 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:47,036 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:35:47,039 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:35:47,039 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:35:47,040 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 17:35:47,072 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:35:47,072 INFO program/MainThread: stderr[7]: 2024-03-01 17:35:47,072 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:35:47,072 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:47,091 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:47,095 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:35:47,095 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 17:35:47,096 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:35:47,106 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:47,106 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:47,129 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:47,129 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:35:47,133 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:35:47,136 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:35:47,139 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:47,142 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:35:47,145 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:47,149 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:35:47,152 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:47,155 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:35:47,158 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:35:47,158 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 17:35:47,216 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 17:35:47,217 INFO program/MainThread: stderr[8]: 2024-03-01 17:35:47,217 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:35:47,224 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:35:47,229 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:35:47,235 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:47,242 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:35:47,248 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:47,253 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:35:47,257 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:47,260 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:35:47,260 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:47,272 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:47,276 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:35:47,279 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:35:47,280 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:47,291 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:47,291 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:35:47,300 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:47,300 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:47,313 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:47,313 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:35:47,317 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:35:47,320 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:35:47,324 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:35:47,327 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:35:47,331 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:47,334 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:35:47,337 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:47,341 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:35:47,345 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:47,348 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:35:47,348 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:47,362 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:47,366 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:35:47,367 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 17:35:47,393 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 17:35:47,393 INFO program/MainThread: stderr[9]: 2024-03-01 17:35:47,393 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:35:47,398 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:35:47,398 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 1568768K -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 17:35:47,488 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 17:35:47,488 INFO program/MainThread: stderr[10]: 2024-03-01 17:35:47,489 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:35:47,497 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:47,503 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:35:47,504 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:35:47,504 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:47,529 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:47,534 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 17:35:47,534 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:35:47,535 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:35:47,545 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:47,545 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:47,560 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:47,560 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:35:47,564 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:47,567 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:35:47,570 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:35:47,571 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:35:47,595 INFO program/MainThread: stdout: 2024-03-01 17:35:47,595 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 17:35:47,595 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:35:47,595 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:35:47,595 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:35:47,595 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 17:35:47,595 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:35:47,595 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:35:47,596 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:35:47,596 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:35:47,596 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:35:47,596 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:47,596 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:35:47,609 INFO program/MainThread: stdout: 2024-03-01 17:35:47,610 INFO program/MainThread: writing all SBs 2024-03-01 17:35:47,610 INFO program/MainThread: new label = "" 2024-03-01 17:35:47,610 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:47,610 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:47,627 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:47,631 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:35:47,631 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:35:47,633 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:35:47,642 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:47,643 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:47,660 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:47,665 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:35:47,665 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 0x7f4146ab41a8> 2024-03-01 17:35:47,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:47,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:35:47,672 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:35:47,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:47,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:35:47,678 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:35:54,915 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_2lz_4s7_/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:35:54,951 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:54,952 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:35:54,955 INFO program/MainThread: stdout[2]: 2024-03-01 17:35:54,955 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 17:35:54,955 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:35:54,956 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:35:54,960 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:54,961 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:35:54,965 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:54,965 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:35:54,968 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:54,968 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:35:54,971 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:54,971 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:35:54,980 INFO program/MainThread: stdout: 2024-03-01 17:35:54,981 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:35:54,981 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member ONRqdX-cMuy-njHx-L8d8-CZnz-Cptk-KXcuHf 2024-03-01 17:35:54,981 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs d25419bf-58fc-4246-8e6c-b6a083f5036f 2024-03-01 17:35:54,981 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 2024-03-01 17:35:54,981 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs d25419bf-58fc-4246-8e6c-b6a083f5036f 2024-03-01 17:35:54,981 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR 2024-03-01 17:35:54,981 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:35:54,981 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:35:54,981 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:35:54,981 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:35:54,981 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:35:54,981 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:35:54,981 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:35:54,981 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:35:54,981 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:35:54,981 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:35:54,981 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:35:54,981 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:54,981 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member ONRqdX-cMuy-njHx-L8d8-CZnz-Cptk-KXcuHf `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs d25419bf-58fc-4246-8e6c-b6a083f5036f sdb 1073741824 root disk brw-rw---- LVM2_member 9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs d25419bf-58fc-4246-8e6c-b6a083f5036f sdc 1073741824 root disk brw-rw---- LVM2_member Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR 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 17:35:54,981 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:35:54,982 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:35:54,982 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:35:54,982 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:35:54,982 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:35:54,983 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:35:54,983 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:54,994 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:55,006 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 17:35:55,010 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-ONRqdX-cMuy-njHx-L8d8-CZnz-Cptk-KXcuHf ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541', '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': 'ONRqdX-cMuy-njHx-L8d8-CZnz-Cptk-KXcuHf', 'ID_FS_UUID_ENC': 'ONRqdX-cMuy-njHx-L8d8-CZnz-Cptk-KXcuHf', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553680105'} ; 2024-03-01 17:35:55,010 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 17:35:55,011 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 17:35:55,044 INFO program/MainThread: stdout[3]: 2024-03-01 17:35:55,044 INFO program/MainThread: stderr[3]: 2024-03-01 17:35:55,044 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:35:55,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:55,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:55,057 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:35:55,062 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:35:55,063 INFO blivet/MainThread: sda is a disk 2024-03-01 17:35:55,063 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:35:55,063 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:35:55,067 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:35:55,070 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:35:55,070 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 17:35:55,074 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 17:35:55,074 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:35:55,074 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:35:55,075 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc4a8070358) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:35:55,078 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:35:55,082 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:55,082 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:35:55,085 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:55,086 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:35:55,089 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:55,089 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:35:55,092 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:55,093 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:35:55,096 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:35:55,096 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:35:55,096 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 17:35:55,124 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ONRqdX-cMuy-njHx-L8d8-CZnz-Cptk-KXcuHf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:35:55,124 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0. WARNING: Couldn't find device with uuid Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR. WARNING: VG test_vg1 is missing PV 9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR (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 17:35:55,124 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:35:55,124 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:35:55,129 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ONRqdX-cMuy-njHx-L8d8-CZnz-Cptk-KXcuHf ; label: None ; device: /dev/sda ; serial: 36001405efaa722eff094890a3724a541 ; exists: True ; vg_name: test_vg1 ; vg_uuid: S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI ; pe_start: 8 MiB ; 2024-03-01 17:35:55,129 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:35:55,133 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:35:55,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI ; incomplete: True ; hidden: False ; 2024-03-01 17:35:55,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:35:55,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:55,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:55,145 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 17:35:55,173 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:35:55,173 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0. WARNING: Couldn't find device with uuid Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR. WARNING: VG test_vg1 is missing PV 9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR (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 17:35:55,173 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:35:55,173 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:35:55,174 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:35:55,179 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:35:55,183 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:35:55,183 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:35:55,186 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:35:55,187 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 17:35:55,213 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz LVM2_LV_SIZE=1606418432 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=KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz LVM2_LV_SIZE=1606418432 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 17:35:55,213 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0. WARNING: Couldn't find device with uuid Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR. WARNING: VG test_vg1 is missing PV 9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR (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 17:35:55,213 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:35:55,218 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:35:55,219 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:35:55,222 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:35:55,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI ; incomplete: True ; hidden: False ; 2024-03-01 17:35:55,228 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:35:55,228 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:35:55,228 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:35:55,232 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/lvm-pv-uuid-9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 ' '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', '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': '9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0', 'ID_FS_UUID_ENC': '9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553642513'} ; 2024-03-01 17:35:55,232 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 17:35:55,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:35:55,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:55,243 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:35:55,243 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:35:55,243 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:35:55,243 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:35:55,247 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:35:55,250 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:35:55,250 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 17:35:55,253 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 17:35:55,254 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:35:55,254 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:35:55,254 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc4a7042588) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:35:55,258 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:35:55,261 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:55,261 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:35:55,265 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:55,265 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:35:55,268 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:55,268 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:35:55,272 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:55,272 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:35:55,275 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:35:55,275 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:35:55,275 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 17:35:55,301 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ONRqdX-cMuy-njHx-L8d8-CZnz-Cptk-KXcuHf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:35:55,302 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR. WARNING: VG test_vg1 is missing PV Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR (last written to /dev/sdc). 2024-03-01 17:35:55,302 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:35:55,302 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:35:55,306 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 ; label: None ; device: /dev/sdb ; serial: 36001405814a177f25a64e11afedc6396 ; exists: True ; vg_name: test_vg1 ; vg_uuid: S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 17:35:55,307 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:35:55,310 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:35:55,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI ; incomplete: True ; hidden: False ; 2024-03-01 17:35:55,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:35:55,320 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:35:55,323 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:35:55,326 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:35:55,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI ; incomplete: True ; hidden: False ; 2024-03-01 17:35:55,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:35:55,333 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 17:35:55,370 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz LVM2_LV_SIZE=1606418432 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=KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz LVM2_LV_SIZE=1606418432 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 17:35:55,370 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR. WARNING: VG test_vg1 is missing PV Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR (last written to /dev/sdc). 2024-03-01 17:35:55,370 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:35:55,370 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:35:55,370 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:35:55,375 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:35:55,375 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 17:35:55,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:35:55,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:55,386 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:35:55,386 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:35:55,387 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:35:55,387 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:35:55,390 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:35:55,393 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:35:55,393 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 17:35:55,397 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 17:35:55,397 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:35:55,397 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:35:55,398 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc4a7042e10) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:35:55,401 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:35:55,401 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:35:55,405 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:35:55,405 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 17:35:55,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:35:55,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:55,415 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:35:55,415 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:35:55,415 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:35:55,415 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:35:55,419 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:35:55,422 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:35:55,422 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 17:35:55,425 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 17:35:55,426 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:35:55,426 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:35:55,426 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc4a6fa6f60) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:35:55,430 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:35:55,430 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:35:55,433 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR ' '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92', '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': 'Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR', 'ID_FS_UUID_ENC': 'Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553687452'} ; 2024-03-01 17:35:55,433 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 17:35:55,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:35:55,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:55,443 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:35:55,444 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:35:55,444 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:35:55,444 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:35:55,447 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:35:55,451 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:35:55,451 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 17:35:55,454 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 17:35:55,454 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:35:55,455 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:35:55,455 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc4a6fae400) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:35:55,458 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:35:55,462 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:55,462 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:35:55,465 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:55,465 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:35:55,469 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:55,469 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:35:55,472 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:55,472 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:35:55,475 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:35:55,475 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:35:55,476 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/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:55,505 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ONRqdX-cMuy-njHx-L8d8-CZnz-Cptk-KXcuHf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:35:55,505 INFO program/MainThread: stderr[9]: 2024-03-01 17:35:55,505 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:35:55,506 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:35:55,510 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR ; label: None ; device: /dev/sdc ; serial: 360014055ae7217664324061aa4a87442 ; exists: True ; vg_name: test_vg1 ; vg_uuid: S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:35:55,510 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:35:55,513 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:35:55,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI ; incomplete: True ; hidden: False ; 2024-03-01 17:35:55,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:35:55,523 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:35:55,527 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:35:55,530 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:35:55,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI ; incomplete: True ; hidden: False ; 2024-03-01 17:35:55,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:35:55,536 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/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:55,564 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz LVM2_LV_SIZE=1606418432 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=KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz LVM2_LV_SIZE=1606418432 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 17:35:55,564 INFO program/MainThread: stderr[10]: 2024-03-01 17:35:55,564 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:35:55,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:55,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:55,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz ; incomplete: False ; hidden: False ; 2024-03-01 17:35:55,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:35:55,578 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:35:55,582 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:35:55,583 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:35:55,586 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:35:55,590 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:35:55,590 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:35:55,594 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 17:35:55,594 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:35:55,595 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:35:55,598 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:35:55,603 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:35:55,603 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:35:55,606 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:35:55,610 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:35:55,610 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:35:55,613 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 17:35:55,614 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:35:55,614 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:35:55,614 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:35:55,617 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:35:55,618 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:35:55,621 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 17:35:55,621 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:35:55,625 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-S6cayz0HlfR31wV7D9ODg86mDVWctQXIKStn6pPVdmkv5NRX7a3wCBs3accX8Ibz ' '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/d25419bf-58fc-4246-8e6c-b6a083f5036f', '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-S6cayz0HlfR31wV7D9ODg86mDVWctQXIKStn6pPVdmkv5NRX7a3wCBs3accX8Ibz', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd25419bf-58fc-4246-8e6c-b6a083f5036f', 'ID_FS_UUID_ENC': 'd25419bf-58fc-4246-8e6c-b6a083f5036f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '994567625'} ; 2024-03-01 17:35:55,625 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:35:55,625 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:55,629 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:35:55,630 INFO program/MainThread: stderr[11]: 2024-03-01 17:35:55,630 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:35:55,630 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:55,633 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:35:55,633 INFO program/MainThread: stderr[12]: 2024-03-01 17:35:55,633 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:35:55,633 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:55,636 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:35:55,636 INFO program/MainThread: stderr[13]: 2024-03-01 17:35:55,636 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:35:55,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:55,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:35:55,647 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:55,648 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:55,648 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:55,649 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:55,644 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fc4a6fa6dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fc4a7021940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:55,649 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:55,653 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:35:55,653 INFO program/MainThread: stderr[14]: 2024-03-01 17:35:55,653 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:35:55,657 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:35:55,661 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:55,661 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:35:55,665 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:55,665 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:35:55,669 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:55,669 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:35:55,672 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:55,672 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:35:55,674 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:35:55,674 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:35:55,678 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:55,678 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:35:55,682 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:35:55,682 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:35:55,683 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:35:55,686 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:35:55,686 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 17:35:55,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:35:55,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:55,697 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:35:55,697 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:35:55,697 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:35:55,698 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 17:35:55,701 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:35:55,704 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:35:55,705 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 17:35:55,708 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 17:35:55,708 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:35:55,709 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 17:35:55,709 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc4a6fb2d30) -- 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:35:55,712 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:35:55,712 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:35:55,716 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:35:55,716 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 17:35:55,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:35:55,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:55,726 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:35:55,727 INFO blivet/MainThread: sde is a disk 2024-03-01 17:35:55,727 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 17:35:55,727 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 17:35:55,730 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:35:55,733 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:35:55,734 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 17:35:55,737 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 17:35:55,737 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:35:55,738 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 17:35:55,738 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc4a6fb83c8) -- 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:35:55,741 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:35:55,741 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:35:55,745 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:35:55,745 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 17:35:55,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:35:55,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:55,755 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:35:55,756 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:35:55,756 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 17:35:55,756 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 17:35:55,759 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:35:55,763 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:35:55,763 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 17:35:55,766 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 17:35:55,766 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:35:55,767 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 17:35:55,767 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc4a7042860) -- 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:35:55,770 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:35:55,771 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:35:55,774 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:35:55,774 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 17:35:55,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:35:55,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:55,784 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:35:55,785 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:35:55,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 17:35:55,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 17:35:55,789 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:35:55,792 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:35:55,792 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 17:35:55,796 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 17:35:55,796 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:35:55,796 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 17:35:55,796 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc4a6fa92b0) -- 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:35:55,800 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:35:55,800 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:35:55,803 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:35:55,803 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 17:35:55,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:35:55,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:55,814 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:35:55,814 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:35:55,815 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 17:35:55,815 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 17:35:55,818 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:35:55,821 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:35:55,821 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 17:35:55,825 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 17:35:55,825 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:35:55,825 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 17:35:55,825 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc4a6fa97f0) -- 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:35:55,829 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:35:55,829 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:35:55,832 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:35:55,832 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 17:35:55,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:35:55,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:55,843 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:35:55,843 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:35:55,844 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:35:55,844 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:35:55,847 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:35:55,850 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:35:55,851 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 17:35:55,854 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 17:35:55,854 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:35:55,855 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 17:35:55,855 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc4a6fc71d0) -- 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:35:55,858 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:35:55,858 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:35:55,862 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:35:55,862 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 17:35:55,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:35:55,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:55,872 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:35:55,873 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:35:55,873 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 17:35:55,873 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 17:35:55,876 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:35:55,879 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:35:55,879 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 17:35:55,883 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 17:35:55,883 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:35:55,883 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 17:35:55,884 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc4a6fc7860) -- 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:35:55,887 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:35:55,887 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:35:55,890 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': '27468035'} ; 2024-03-01 17:35:55,890 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:35:55,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:55,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:55,901 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:35:55,901 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:35:55,901 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:35:55,901 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:35:55,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:35:55,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:35:55,905 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:35:55,908 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:35:55,908 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:35:55,911 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:35:55,912 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:35:55,912 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 17:35:55,912 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc4a6fc7da0) -- 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 17:35:55,915 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:35:55,919 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:55,919 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 17:35:55,922 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:55,922 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 17:35:55,926 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:55,926 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 17:35:55,929 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:55,929 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 17:35:55,933 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:35:55,936 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:55,939 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:35:55,943 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 0x7fc4a817d908> 2024-03-01 17:35:58,847 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 17:35:58,851 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:35:58,852 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:35:58,856 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', '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': '27470448'} ; 2024-03-01 17:35:58,856 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:35:58,856 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:35:58,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:58,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:58,866 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:35:58,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:58,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:58,872 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:58,885 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:58,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:58,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 17:35:58,905 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 17:35:58,909 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:35:58,909 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:35:58,912 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:35:58,916 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:35:58,916 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:35:58,919 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:35:58,920 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:35:58,920 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:35:58,923 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:35:58,926 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:35:58,929 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:35:58,933 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:35:58,936 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:35:58,936 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:35:58,936 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 17:35:58,937 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:35:58,937 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fc4a6fcf5c0) -- 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 0x7fc4a6fd7e60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:35:58,941 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:35:58,944 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:58,944 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 17:35:58,948 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:58,948 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 17:35:58,952 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:58,952 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 17:35:58,955 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:58,955 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 17:35:58,955 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:35:58,958 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:58,959 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 17:35:58,962 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:35:58,962 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:35:58,965 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-S6cayz0HlfR31wV7D9ODg86mDVWctQXIKStn6pPVdmkv5NRX7a3wCBs3accX8Ibz ' '/dev/disk/by-uuid/d25419bf-58fc-4246-8e6c-b6a083f5036f ' '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/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-S6cayz0HlfR31wV7D9ODg86mDVWctQXIKStn6pPVdmkv5NRX7a3wCBs3accX8Ibz', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd25419bf-58fc-4246-8e6c-b6a083f5036f', 'ID_FS_UUID_ENC': 'd25419bf-58fc-4246-8e6c-b6a083f5036f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '994567625'} ; 2024-03-01 17:35:58,965 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:35:58,966 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:58,970 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:35:58,970 INFO program/MainThread: stderr[15]: 2024-03-01 17:35:58,970 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:35:58,970 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:58,973 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:35:58,973 INFO program/MainThread: stderr[16]: 2024-03-01 17:35:58,973 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:35:58,973 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:58,976 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:35:58,977 INFO program/MainThread: stderr[17]: 2024-03-01 17:35:58,977 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:35:58,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:58,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:35:58,987 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:58,988 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:58,988 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:35:58,988 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:35:58,984 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fc4a6fa6dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fc4a7021940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:35:58,989 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:35:58,992 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:35:58,992 INFO program/MainThread: stderr[18]: 2024-03-01 17:35:58,993 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:35:58,997 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:35:58,997 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:35:58,997 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:59,008 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:59,020 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:35:59,021 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:35:59,025 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 17:35:59,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:59,031 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 17:35:59,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:59,035 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:35:59,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:35:59,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:59,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:35:59,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:59,047 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:35:59,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:35:59,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:59,056 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 17:35:59,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:59,059 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:35:59,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:35:59,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:59,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:35:59,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:59,070 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:35:59,073 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 17:35:59,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:59,079 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 17:35:59,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:59,082 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 17:35:59,085 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 17:35:59,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:59,091 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 17:35:59,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:59,094 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:36:03,800 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_5rqxpaqz/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:36:03,836 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:03,836 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:36:03,839 INFO program/MainThread: stdout[2]: 2024-03-01 17:36:03,840 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 17:36:03,840 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:36:03,840 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:36:03,844 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:03,844 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:36:03,848 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:03,848 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:36:03,851 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:03,851 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:36:03,854 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:03,855 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:36:03,863 INFO program/MainThread: stdout: 2024-03-01 17:36:03,863 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:36:03,863 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member ONRqdX-cMuy-njHx-L8d8-CZnz-Cptk-KXcuHf 2024-03-01 17:36:03,863 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs d25419bf-58fc-4246-8e6c-b6a083f5036f 2024-03-01 17:36:03,863 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 2024-03-01 17:36:03,863 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs d25419bf-58fc-4246-8e6c-b6a083f5036f 2024-03-01 17:36:03,863 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR 2024-03-01 17:36:03,863 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:36:03,863 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:36:03,863 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:36:03,863 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:36:03,863 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:36:03,863 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:36:03,863 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:36:03,863 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:36:03,863 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:36:03,863 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:36:03,863 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:36:03,863 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:03,864 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member ONRqdX-cMuy-njHx-L8d8-CZnz-Cptk-KXcuHf `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs d25419bf-58fc-4246-8e6c-b6a083f5036f sdb 1073741824 root disk brw-rw---- LVM2_member 9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs d25419bf-58fc-4246-8e6c-b6a083f5036f sdc 1073741824 root disk brw-rw---- LVM2_member Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR 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 17:36:03,864 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:03,864 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:03,864 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:36:03,864 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:03,864 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:36:03,865 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:36:03,865 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:03,874 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:03,886 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 17:36:03,891 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-ONRqdX-cMuy-njHx-L8d8-CZnz-Cptk-KXcuHf ' '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', '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': 'ONRqdX-cMuy-njHx-L8d8-CZnz-Cptk-KXcuHf', 'ID_FS_UUID_ENC': 'ONRqdX-cMuy-njHx-L8d8-CZnz-Cptk-KXcuHf', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553680105'} ; 2024-03-01 17:36:03,891 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 17:36:03,892 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 17:36:03,923 INFO program/MainThread: stdout[3]: 2024-03-01 17:36:03,923 INFO program/MainThread: stderr[3]: 2024-03-01 17:36:03,923 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:36:03,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:03,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:03,936 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:36:03,940 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:36:03,941 INFO blivet/MainThread: sda is a disk 2024-03-01 17:36:03,941 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:36:03,941 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:36:03,945 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:36:03,948 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:36:03,949 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 17:36:03,952 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 17:36:03,952 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:36:03,953 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:36:03,953 INFO blivet/MainThread: got device: DiskDevice instance (0x7f043b6773c8) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:36:03,956 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:36:03,960 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:03,960 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:36:03,964 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:03,964 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:36:03,967 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:03,967 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:36:03,971 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:03,971 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:36:03,974 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:36:03,974 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:36:03,974 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 17:36:04,000 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ONRqdX-cMuy-njHx-L8d8-CZnz-Cptk-KXcuHf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:36:04,001 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0. WARNING: Couldn't find device with uuid Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR. WARNING: VG test_vg1 is missing PV 9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR (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 17:36:04,001 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:36:04,001 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:36:04,006 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ONRqdX-cMuy-njHx-L8d8-CZnz-Cptk-KXcuHf ; label: None ; device: /dev/sda ; serial: 36001405efaa722eff094890a3724a541 ; exists: True ; vg_name: test_vg1 ; vg_uuid: S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI ; pe_start: 8 MiB ; 2024-03-01 17:36:04,006 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:36:04,009 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:36:04,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI ; incomplete: True ; hidden: False ; 2024-03-01 17:36:04,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:04,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:04,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:04,022 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 17:36:04,050 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:36:04,050 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0. WARNING: Couldn't find device with uuid Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR. WARNING: VG test_vg1 is missing PV 9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR (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 17:36:04,050 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:36:04,050 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:36:04,051 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:36:04,056 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:36:04,060 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:36:04,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:36:04,063 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:36:04,063 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 17:36:04,095 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz LVM2_LV_SIZE=1606418432 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=KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz LVM2_LV_SIZE=1606418432 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 17:36:04,095 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0. WARNING: Couldn't find device with uuid Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR. WARNING: VG test_vg1 is missing PV 9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR (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 17:36:04,095 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:36:04,100 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:36:04,100 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:36:04,103 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:36:04,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI ; incomplete: True ; hidden: False ; 2024-03-01 17:36:04,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:36:04,110 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:36:04,110 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:04,114 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/lvm-pv-uuid-9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 ' '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396', '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': '9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0', 'ID_FS_UUID_ENC': '9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553642513'} ; 2024-03-01 17:36:04,114 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 17:36:04,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:36:04,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:04,124 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:36:04,125 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:36:04,125 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:36:04,125 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:36:04,128 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:36:04,132 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:36:04,132 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 17:36:04,135 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 17:36:04,135 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:36:04,136 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:36:04,136 INFO blivet/MainThread: got device: DiskDevice instance (0x7f043a6495c0) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:36:04,139 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:36:04,143 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:04,143 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:36:04,146 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:04,146 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:36:04,150 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:04,150 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:36:04,153 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:04,153 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:36:04,156 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:36:04,156 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:36:04,156 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 17:36:04,182 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ONRqdX-cMuy-njHx-L8d8-CZnz-Cptk-KXcuHf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:36:04,182 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR. WARNING: VG test_vg1 is missing PV Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR (last written to /dev/sdc). 2024-03-01 17:36:04,182 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:36:04,182 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:36:04,187 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 ; label: None ; device: /dev/sdb ; serial: 36001405814a177f25a64e11afedc6396 ; exists: True ; vg_name: test_vg1 ; vg_uuid: S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 17:36:04,187 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:36:04,190 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:36:04,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI ; incomplete: True ; hidden: False ; 2024-03-01 17:36:04,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:36:04,200 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:36:04,203 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:36:04,206 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:36:04,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI ; incomplete: True ; hidden: False ; 2024-03-01 17:36:04,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:04,213 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 17:36:04,242 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz LVM2_LV_SIZE=1606418432 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=KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz LVM2_LV_SIZE=1606418432 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 17:36:04,242 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR. WARNING: VG test_vg1 is missing PV Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR (last written to /dev/sdc). 2024-03-01 17:36:04,242 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:36:04,242 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:36:04,242 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:04,247 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:36:04,247 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 17:36:04,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:36:04,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:04,258 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:36:04,258 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:36:04,259 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:36:04,259 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:36:04,262 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:36:04,265 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:36:04,265 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 17:36:04,268 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 17:36:04,269 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:36:04,269 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:36:04,269 INFO blivet/MainThread: got device: DiskDevice instance (0x7f043a649e48) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:36:04,273 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:36:04,273 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:36:04,276 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:36:04,276 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 17:36:04,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:36:04,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:04,286 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:36:04,287 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:36:04,287 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:36:04,287 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:36:04,290 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:36:04,294 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:36:04,294 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 17:36:04,297 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 17:36:04,298 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:36:04,298 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:36:04,298 INFO blivet/MainThread: got device: DiskDevice instance (0x7f043a5adf98) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:36:04,302 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:36:04,302 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:36:04,305 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/lvm-pv-uuid-Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR ' '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', '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': 'Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR', 'ID_FS_UUID_ENC': 'Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553687452'} ; 2024-03-01 17:36:04,305 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 17:36:04,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:36:04,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:04,315 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:36:04,316 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:36:04,316 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:36:04,316 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:36:04,319 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:36:04,322 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:36:04,323 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 17:36:04,326 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 17:36:04,326 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:36:04,327 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:36:04,327 INFO blivet/MainThread: got device: DiskDevice instance (0x7f043a5b5438) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:36:04,330 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:36:04,334 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:04,334 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:36:04,337 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:04,337 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:36:04,341 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:04,341 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:36:04,344 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:04,344 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:36:04,347 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:36:04,347 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:36:04,347 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/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:04,374 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=ONRqdX-cMuy-njHx-L8d8-CZnz-Cptk-KXcuHf LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=9VYne7-99zB-JSaz-2Vv5-upmj-Sbcl-nrCzz0 LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:36:04,374 INFO program/MainThread: stderr[9]: 2024-03-01 17:36:04,374 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:36:04,375 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:36:04,379 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Rl7Hat-ubcP-aZ0J-09VZ-reec-ITlx-gO7LcR ; label: None ; device: /dev/sdc ; serial: 360014055ae7217664324061aa4a87442 ; exists: True ; vg_name: test_vg1 ; vg_uuid: S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:36:04,379 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:36:04,382 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:36:04,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI ; incomplete: True ; hidden: False ; 2024-03-01 17:36:04,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:04,392 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:36:04,395 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:36:04,398 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:36:04,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI ; incomplete: True ; hidden: False ; 2024-03-01 17:36:04,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:04,405 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/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:04,434 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz LVM2_LV_SIZE=1606418432 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=KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz LVM2_LV_SIZE=1606418432 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 17:36:04,434 INFO program/MainThread: stderr[10]: 2024-03-01 17:36:04,434 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:36:04,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:04,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:04,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz ; incomplete: False ; hidden: False ; 2024-03-01 17:36:04,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:04,449 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:36:04,452 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:36:04,453 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:36:04,456 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:36:04,460 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:36:04,460 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:36:04,464 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 17:36:04,464 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:36:04,465 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:36:04,468 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:36:04,472 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:36:04,473 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:36:04,476 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:36:04,479 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:36:04,480 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:36:04,483 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 17:36:04,484 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:36:04,484 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:36:04,484 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:36:04,487 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:36:04,488 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:36:04,491 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 17:36:04,491 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:36:04,495 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d25419bf-58fc-4246-8e6c-b6a083f5036f ' '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-S6cayz0HlfR31wV7D9ODg86mDVWctQXIKStn6pPVdmkv5NRX7a3wCBs3accX8Ibz', '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-S6cayz0HlfR31wV7D9ODg86mDVWctQXIKStn6pPVdmkv5NRX7a3wCBs3accX8Ibz', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd25419bf-58fc-4246-8e6c-b6a083f5036f', 'ID_FS_UUID_ENC': 'd25419bf-58fc-4246-8e6c-b6a083f5036f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '994567625'} ; 2024-03-01 17:36:04,495 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:36:04,496 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:04,500 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:36:04,500 INFO program/MainThread: stderr[11]: 2024-03-01 17:36:04,500 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:36:04,500 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:04,504 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:36:04,504 INFO program/MainThread: stderr[12]: 2024-03-01 17:36:04,504 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:36:04,505 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:04,508 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:36:04,508 INFO program/MainThread: stderr[13]: 2024-03-01 17:36:04,508 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:36:04,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:04,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:36:04,520 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:04,520 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:04,521 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:04,521 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:04,517 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:04,522 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:04,526 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:36:04,526 INFO program/MainThread: stderr[14]: 2024-03-01 17:36:04,526 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:36:04,530 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:36:04,534 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:04,534 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:36:04,538 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:04,538 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:36:04,542 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:04,542 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:36:04,545 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:04,545 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:36:04,547 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:36:04,548 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:36:04,551 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:04,552 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:36:04,555 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:36:04,555 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:04,556 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:04,559 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:36:04,559 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 17:36:04,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:36:04,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:04,570 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:36:04,570 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:36:04,570 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:36:04,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 17:36:04,574 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:36:04,577 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:36:04,577 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 17:36:04,581 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 17:36:04,581 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:36:04,582 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 17:36:04,582 INFO blivet/MainThread: got device: DiskDevice instance (0x7f043a5b9d30) -- 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:36:04,585 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:36:04,585 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:36:04,588 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:36:04,589 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 17:36:04,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:36:04,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:04,599 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:36:04,599 INFO blivet/MainThread: sde is a disk 2024-03-01 17:36:04,600 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 17:36:04,600 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 17:36:04,603 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:36:04,606 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:36:04,606 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 17:36:04,609 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 17:36:04,610 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:36:04,610 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 17:36:04,610 INFO blivet/MainThread: got device: DiskDevice instance (0x7f043a5bf3c8) -- 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:36:04,614 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:36:04,614 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:36:04,617 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:36:04,617 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 17:36:04,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:36:04,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:04,628 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:36:04,628 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:36:04,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 17:36:04,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 17:36:04,632 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:36:04,635 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:36:04,635 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 17:36:04,638 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 17:36:04,639 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:36:04,639 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 17:36:04,639 INFO blivet/MainThread: got device: DiskDevice instance (0x7f043a649828) -- 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:36:04,643 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:36:04,643 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:36:04,646 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:36:04,646 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 17:36:04,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:36:04,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:04,656 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:36:04,657 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:36:04,657 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 17:36:04,657 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 17:36:04,660 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:36:04,663 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:36:04,664 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 17:36:04,667 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 17:36:04,667 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:36:04,668 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 17:36:04,668 INFO blivet/MainThread: got device: DiskDevice instance (0x7f043a5b02b0) -- 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:36:04,671 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:36:04,671 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:36:04,675 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:36:04,675 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 17:36:04,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:36:04,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:04,685 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:36:04,686 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:36:04,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 17:36:04,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 17:36:04,689 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:36:04,692 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:36:04,692 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 17:36:04,696 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 17:36:04,696 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:36:04,697 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 17:36:04,697 INFO blivet/MainThread: got device: DiskDevice instance (0x7f043a5b07f0) -- 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:36:04,700 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:36:04,700 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:36:04,704 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:36:04,704 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 17:36:04,707 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:36:04,710 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:04,714 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:36:04,715 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:36:04,715 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:36:04,715 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:36:04,718 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:36:04,722 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:36:04,722 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 17:36:04,725 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 17:36:04,725 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:36:04,726 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 17:36:04,726 INFO blivet/MainThread: got device: DiskDevice instance (0x7f043a5ce1d0) -- 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:36:04,729 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:36:04,729 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:36:04,733 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:36:04,733 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 17:36:04,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:36:04,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:04,743 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:36:04,744 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:36:04,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 17:36:04,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 17:36:04,747 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:36:04,751 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:36:04,751 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 17:36:04,754 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 17:36:04,754 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:36:04,755 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 17:36:04,755 INFO blivet/MainThread: got device: DiskDevice instance (0x7f043a5ce860) -- 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:36:04,758 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:36:04,758 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:36:04,761 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': '27468035'} ; 2024-03-01 17:36:04,762 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:36:04,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:04,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:04,772 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:36:04,772 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:36:04,772 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:36:04,772 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:36:04,772 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:36:04,773 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:36:04,776 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:36:04,779 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:36:04,779 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:36:04,782 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:36:04,783 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:36:04,783 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 17:36:04,783 INFO blivet/MainThread: got device: DiskDevice instance (0x7f043a5ceda0) -- 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 17:36:04,787 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:36:04,790 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:04,790 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 17:36:04,793 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:04,793 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 17:36:04,797 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:04,797 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 17:36:04,800 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:04,800 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 17:36:04,804 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:36:04,807 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:04,810 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:36:04,814 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 0x7f043a5b1988> 2024-03-01 17:36:07,701 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 17:36:07,705 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:36:07,705 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:36:07,709 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', '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': '27470448'} ; 2024-03-01 17:36:07,710 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:36:07,710 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:36:07,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:07,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:07,720 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:36:07,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:07,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:07,726 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:07,736 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:07,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:07,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 17:36:07,756 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 17:36:07,760 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:36:07,760 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:36:07,763 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:36:07,767 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:36:07,767 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:36:07,770 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:36:07,770 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:36:07,771 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:36:07,774 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:36:07,777 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:36:07,780 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:36:07,783 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:36:07,787 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:36:07,787 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:36:07,787 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 17:36:07,788 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:36:07,787 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f043a5d75c0) -- 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 0x7f043a5dee60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:36:07,791 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:36:07,795 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:07,795 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 17:36:07,798 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:07,798 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 17:36:07,802 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:07,802 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 17:36:07,805 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:07,806 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 17:36:07,806 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:36:07,809 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:07,809 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 17:36:07,812 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:36:07,812 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:07,815 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-S6cayz0HlfR31wV7D9ODg86mDVWctQXIKStn6pPVdmkv5NRX7a3wCBs3accX8Ibz ' '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/d25419bf-58fc-4246-8e6c-b6a083f5036f', '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-S6cayz0HlfR31wV7D9ODg86mDVWctQXIKStn6pPVdmkv5NRX7a3wCBs3accX8Ibz', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd25419bf-58fc-4246-8e6c-b6a083f5036f', 'ID_FS_UUID_ENC': 'd25419bf-58fc-4246-8e6c-b6a083f5036f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '994567625'} ; 2024-03-01 17:36:07,816 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:36:07,816 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:07,820 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:36:07,820 INFO program/MainThread: stderr[15]: 2024-03-01 17:36:07,820 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:36:07,820 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:07,823 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:36:07,823 INFO program/MainThread: stderr[16]: 2024-03-01 17:36:07,824 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:36:07,824 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:07,827 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:36:07,827 INFO program/MainThread: stderr[17]: 2024-03-01 17:36:07,827 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:36:07,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:07,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:36:07,837 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:07,838 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:07,838 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:07,839 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:07,835 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:07,839 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:07,843 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:36:07,843 INFO program/MainThread: stderr[18]: 2024-03-01 17:36:07,843 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:36:07,847 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:36:07,847 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:36:07,848 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:07,860 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:07,873 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:36:07,873 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:36:07,877 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 17:36:07,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:07,883 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 17:36:07,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:07,887 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:36:07,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:36:07,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:07,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:36:07,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:07,899 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:36:07,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:36:07,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:07,907 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 17:36:07,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:07,910 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:36:07,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:36:07,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:07,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:36:07,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:07,922 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:36:07,925 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 17:36:07,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:07,930 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 17:36:07,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:07,933 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 17:36:07,936 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 17:36:07,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:07,942 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 17:36:07,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:07,945 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:36:07,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:07,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:07,952 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:36:07,952 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:07,953 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:07,953 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:07,953 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:07,954 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:07,954 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:07,955 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:07,955 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:07,955 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:07,956 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:07,956 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:07,956 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:07,960 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:07,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:36:07,963 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:36:07,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:36:07,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:36:07,969 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:36:07,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:36:07,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:36:07,975 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:36:07,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:07,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:36:07,981 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:36:07,983 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:07,984 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:07,984 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:07,985 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:07,981 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:07,987 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:07,988 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:07,988 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:07,989 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:07,985 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:07,992 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:07,992 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:07,993 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:07,993 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:07,990 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:07,996 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:07,996 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:07,997 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:07,997 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:07,994 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,000 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,001 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,001 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,002 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:07,998 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,004 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,005 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,005 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,006 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,002 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,008 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,009 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,009 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,010 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,006 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,012 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,013 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,013 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,014 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,010 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,016 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,017 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,017 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,018 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,014 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,020 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,021 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,021 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,022 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,018 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,025 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,025 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,026 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,026 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,022 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,029 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,029 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,030 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,030 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,027 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,033 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,033 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,034 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,034 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,031 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,037 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,037 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,038 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,038 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,035 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,041 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,041 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,042 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,042 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,039 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,045 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,046 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,046 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,047 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,043 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,049 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,050 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,050 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,051 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,047 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,053 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,054 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,054 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,055 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,051 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,057 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,058 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,058 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,059 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,055 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,061 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,062 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,062 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,063 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,059 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,065 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,066 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,066 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,067 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,063 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,070 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,070 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,071 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,071 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,067 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,074 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,074 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,075 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,075 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,072 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,078 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,078 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,079 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,079 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,076 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,082 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,082 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,083 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,083 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,080 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,086 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,087 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,087 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,088 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,084 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,090 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,091 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,091 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,092 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,088 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,094 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,095 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,095 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,096 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,092 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,098 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,099 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,099 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,100 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,096 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,102 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,103 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,103 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,104 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,100 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,107 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,107 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,107 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,108 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,104 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,111 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,111 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,112 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:08,112 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:08,109 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f043a5ade10) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KStn6p-PVdm-kv5N-RX7a-3wCB-s3ac-cX8Ibz size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f043a628940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = S6cayz-0Hlf-R31w-V7D9-ODg8-6mDV-WctQXI 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:08,113 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:36:08,116 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:36:08,116 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:08,116 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 17:36:08,120 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:36:08,120 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:36:08,121 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 17:36:08,125 INFO program/MainThread: stdout[19]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:36:08,125 INFO program/MainThread: stderr[19]: 2024-03-01 17:36:08,125 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:36:08,129 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:36:08,130 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:36:08,130 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:36:08,130 DEBUG blivet.ansible/MainThread: ['sdc', 'test_vg1', 'sda', 'sdb'] 2024-03-01 17:36:08,130 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:36:08,133 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:36:08,134 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:08,137 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:36:08,140 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:36:08,143 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:36:08,143 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:36:08,143 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:36:08,143 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:36:08,143 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:36:08,146 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:36:08,146 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:08,147 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:36:08,150 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:36:08,150 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:36:08,150 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:36:08,151 DEBUG blivet/MainThread: removing sda 2024-03-01 17:36:08,153 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:36:08,153 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:08,154 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 17:36:08,157 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:36:08,157 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:36:08,157 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:36:08,157 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:36:08,160 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:36:08,160 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:08,160 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:36:08,163 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:36:08,163 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:36:08,164 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:08,175 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:08,187 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:08,197 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:08,213 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:36:08,214 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:36:08,214 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:36:08,214 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:36:08,214 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:36:08,214 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:36:08,214 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:36:08,214 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:36:08,214 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:36:08,217 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:36:08,220 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:36:08,223 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:36:08,224 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:36:08,227 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:36:08,227 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 0x7f043a61af10> 2024-03-01 17:36:08,227 INFO blivet/MainThread: sorting actions... 2024-03-01 17:36:08,228 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:36:08,228 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:36:08,228 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:36:08,228 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:36:08,228 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:36:08,228 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:36:08,229 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:36:08,232 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:08,235 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:36:08,235 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:36:08,243 INFO program/MainThread: stdout: 2024-03-01 17:36:08,243 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:36:08,243 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:08,243 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:08,258 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:08,259 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:08,270 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:08,271 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:36:08,275 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:36:08,279 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:36:08,283 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:36:08,286 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:36:08,300 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:36:08,300 INFO program/MainThread: Running [20] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:08,333 INFO program/MainThread: stdout[20]: 2024-03-01 17:36:08,333 INFO program/MainThread: stderr[20]: 2024-03-01 17:36:08,333 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:36:08,338 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:36:08,341 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:08,344 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:36:08,347 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:08,350 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:36:08,354 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:08,357 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:36:08,360 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:36:08,360 INFO program/MainThread: Running [21] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:08,397 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 17:36:08,397 INFO program/MainThread: stderr[21]: 2024-03-01 17:36:08,397 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:36:08,398 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:36:08,405 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:36:08,410 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:36:08,416 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:36:08,423 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:08,430 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:36:08,436 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:08,442 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:36:08,448 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:08,452 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:36:08,457 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:36:08,458 INFO program/MainThread: Running [22] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:08,490 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 17:36:08,491 INFO program/MainThread: stderr[22]: 2024-03-01 17:36:08,491 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:36:08,491 INFO program/MainThread: Running [23] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:08,537 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:36:08,538 INFO program/MainThread: stderr[23]: 2024-03-01 17:36:08,538 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:36:08,538 INFO program/MainThread: Running [24] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:08,582 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 17:36:08,583 INFO program/MainThread: stderr[24]: 2024-03-01 17:36:08,583 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:36:08,584 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:36:08,591 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:08,598 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:36:08,603 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:36:08,604 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:08,642 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:36:08,642 INFO program/MainThread: stderr[25]: 2024-03-01 17:36:08,642 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:36:08,642 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:36:08,643 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:08,675 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:08,676 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:08,692 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:08,692 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:08,709 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:08,710 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:36:08,714 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:08,717 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:36:08,720 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:36:08,720 INFO program/MainThread: Running [26] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:08,749 INFO program/MainThread: stdout[26]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:36:08,749 INFO program/MainThread: stderr[26]: 2024-03-01 17:36:08,749 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:36:08,749 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:36:08,750 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:08,789 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:08,789 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:08,804 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:08,804 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:08,815 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:08,816 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:36:08,820 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:08,823 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:36:08,826 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:36:08,826 INFO program/MainThread: Running [27] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:08,855 INFO program/MainThread: stdout[27]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:36:08,855 INFO program/MainThread: stderr[27]: 2024-03-01 17:36:08,855 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:36:08,855 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:36:08,856 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:08,884 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:08,885 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:08,901 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:08,901 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:08,914 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:08,921 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:36:08,921 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 0x7f043a5c11a8> 2024-03-01 17:36:22,553 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_5nph44u2/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:36:27,332 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_cakml3lr/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:36:34,459 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_nrowbg9p/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:36:34,495 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:34,495 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:36:34,499 INFO program/MainThread: stdout[2]: 2024-03-01 17:36:34,499 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 17:36:34,499 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:36:34,499 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:36:34,504 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,504 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:36:34,508 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:34,508 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:36:34,511 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:34,511 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:36:34,514 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:34,515 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:36:34,522 INFO program/MainThread: stdout: 2024-03-01 17:36:34,522 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:36:34,522 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:36:34,522 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:36:34,523 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:36:34,523 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:36:34,523 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:36:34,523 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:36:34,523 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:36:34,523 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:36:34,523 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:36:34,523 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:36:34,523 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:36:34,523 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:36:34,523 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:36:34,523 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:36:34,523 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,523 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 17:36:34,523 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:34,524 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:34,524 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:36:34,524 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:34,524 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:36:34,524 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:36:34,525 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:34,538 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,549 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:36:34,554 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553680105'} ; 2024-03-01 17:36:34,554 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 17:36:34,554 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 17:36:34,582 INFO program/MainThread: stdout[3]: 2024-03-01 17:36:34,582 INFO program/MainThread: stderr[3]: 2024-03-01 17:36:34,582 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:36:34,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:34,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:34,596 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:36:34,600 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:36:34,601 INFO blivet/MainThread: sda is a disk 2024-03-01 17:36:34,601 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:36:34,601 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:36:34,605 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:36:34,608 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:36:34,609 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 17:36:34,612 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 17:36:34,612 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:36:34,613 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:36:34,613 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe6e54996a0) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:36:34,617 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:36:34,617 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:36:34,620 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553642513'} ; 2024-03-01 17:36:34,621 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 17:36:34,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:36:34,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:34,631 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:36:34,631 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:36:34,631 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:36:34,632 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:36:34,635 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:36:34,638 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:36:34,638 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 17:36:34,642 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 17:36:34,642 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:36:34,642 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:36:34,642 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe6e53dae80) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:36:34,646 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:36:34,646 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:36:34,650 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:36:34,650 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 17:36:34,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:36:34,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:34,660 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:36:34,660 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:36:34,660 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:36:34,661 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:36:34,664 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:36:34,667 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:36:34,667 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 17:36:34,670 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 17:36:34,671 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:36:34,671 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:36:34,671 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe6e53dafd0) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:36:34,675 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:36:34,675 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:36:34,678 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:36:34,678 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 17:36:34,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:36:34,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:34,689 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:36:34,689 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:36:34,689 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:36:34,689 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:36:34,693 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:36:34,696 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:36:34,696 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 17:36:34,700 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 17:36:34,700 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:36:34,700 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:36:34,700 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe6e438deb8) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:36:34,704 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:36:34,704 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:36:34,708 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553687452'} ; 2024-03-01 17:36:34,708 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 17:36:34,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:36:34,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:34,718 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:36:34,718 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:36:34,719 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:36:34,719 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:36:34,722 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:36:34,725 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:36:34,725 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 17:36:34,729 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 17:36:34,729 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:36:34,729 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:36:34,729 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe6e53daf98) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:36:34,733 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:36:34,733 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:36:34,736 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:36:34,736 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 17:36:34,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:36:34,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:34,747 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:36:34,747 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:36:34,747 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:36:34,748 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:36:34,751 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:36:34,754 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:36:34,755 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 17:36:34,758 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 17:36:34,758 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:36:34,759 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:36:34,759 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe6e438ce80) -- 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:36:34,762 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:36:34,762 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:36:34,766 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:36:34,766 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 17:36:34,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:36:34,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:34,776 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:36:34,776 INFO blivet/MainThread: sde is a disk 2024-03-01 17:36:34,777 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:36:34,777 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:36:34,780 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:36:34,783 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:36:34,783 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 17:36:34,787 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 17:36:34,787 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:36:34,787 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:36:34,787 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe6e43a1518) -- 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:36:34,791 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:36:34,791 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:36:34,794 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:36:34,795 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 17:36:34,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:36:34,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:34,805 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:36:34,806 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:36:34,806 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:36:34,806 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:36:34,809 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:36:34,812 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:36:34,813 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 17:36:34,816 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 17:36:34,816 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:36:34,817 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:36:34,817 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe6e438ccf8) -- 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:36:34,820 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:36:34,820 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:36:34,824 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:36:34,824 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 17:36:34,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:36:34,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:34,834 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:36:34,835 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:36:34,835 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:36:34,835 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:36:34,838 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:36:34,841 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:36:34,842 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 17:36:34,845 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 17:36:34,845 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:36:34,846 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:36:34,846 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe6e43a0400) -- 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:36:34,849 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:36:34,849 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:36:34,853 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:36:34,853 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 17:36:34,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:36:34,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:34,863 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:36:34,864 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:36:34,864 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:36:34,864 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:36:34,867 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:36:34,871 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:36:34,871 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 17:36:34,874 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 17:36:34,875 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:36:34,875 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:36:34,875 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe6e438c4e0) -- 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:36:34,879 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:36:34,879 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:36:34,882 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:36:34,882 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 17:36:34,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:36:34,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:34,893 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:36:34,893 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:36:34,893 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:36:34,893 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:36:34,897 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:36:34,900 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:36:34,900 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 17:36:34,904 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 17:36:34,904 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:36:34,904 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:36:34,904 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe6e43aa2e8) -- 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:36:34,908 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:36:34,908 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:36:34,912 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:36:34,912 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 17:36:34,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:36:34,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:34,922 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:36:34,922 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:36:34,923 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:36:34,923 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:36:34,926 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:36:34,929 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:36:34,929 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 17:36:34,933 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 17:36:34,933 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:36:34,933 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:36:34,933 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe6e43aa470) -- 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:36:34,937 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:36:34,937 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:36:34,940 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': '27468035'} ; 2024-03-01 17:36:34,940 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:36:34,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:34,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:34,950 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:36:34,951 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:36:34,951 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:36:34,951 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:36:34,951 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:36:34,951 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:36:34,954 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:36:34,958 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:36:34,958 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:36:34,961 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:36:34,962 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:36:34,962 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:36:34,962 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe6e43b1240) -- 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 17:36:34,966 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:36:34,969 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:34,969 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:36:34,973 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:34,973 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:36:34,976 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:34,977 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:36:34,980 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:34,980 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:36:34,983 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:36:34,986 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:34,991 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:36:34,995 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 0x7fe6e439b988> 2024-03-01 17:36:38,121 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:36:38,125 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:36:38,126 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:36:38,130 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', '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': '27470448'} ; 2024-03-01 17:36:38,130 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:36:38,130 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:36:38,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:38,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:38,140 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:36:38,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:38,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:38,146 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:38,160 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:38,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:38,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:36:38,179 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:36:38,183 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:36:38,183 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:36:38,186 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:36:38,190 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:36:38,190 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:36:38,193 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:36:38,194 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:36:38,194 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:36:38,197 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:36:38,200 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:36:38,204 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:36:38,207 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:36:38,210 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:36:38,211 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:36:38,211 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:36:38,211 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:36:38,211 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fe6e438c358) -- 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 0x7fe6e43c10f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:36:38,215 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:36:38,219 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:38,219 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:36:38,222 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:38,222 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:36:38,226 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:38,226 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:36:38,230 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:38,230 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:36:38,231 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:36:38,231 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:36:38,235 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:38,235 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:36:38,239 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:36:38,239 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:38,239 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:38,251 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:38,263 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:36:38,264 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:36:38,267 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 17:36:38,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:38,274 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 17:36:38,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:38,277 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:36:38,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:36:38,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:38,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:36:38,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:38,288 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:36:38,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:36:38,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:38,297 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 17:36:38,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:38,300 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:36:38,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:36:38,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:38,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:36:38,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:38,312 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:36:38,315 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 17:36:38,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:38,321 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 17:36:38,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:38,324 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 17:36:38,327 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 17:36:38,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:38,333 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 17:36:38,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:38,336 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:36:38,336 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:36:42,932 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_a_n9ne5b/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:36:42,968 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:42,968 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:36:42,971 INFO program/MainThread: stdout[2]: 2024-03-01 17:36:42,971 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 17:36:42,971 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:36:42,972 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:36:42,976 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:42,976 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:36:42,980 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:42,980 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:36:42,983 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:42,983 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:36:42,986 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:42,986 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:36:42,994 INFO program/MainThread: stdout: 2024-03-01 17:36:42,994 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:36:42,994 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:36:42,994 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:36:42,994 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:36:42,994 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:36:42,995 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:36:42,995 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:36:42,995 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:36:42,995 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:36:42,995 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:36:42,995 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:36:42,995 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:36:42,995 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:36:42,995 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:36:42,995 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:36:42,995 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:42,995 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 17:36:42,995 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:42,996 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:42,996 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:36:42,996 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:42,996 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:36:42,996 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:36:42,996 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:43,007 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:43,018 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:36:43,023 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553680105'} ; 2024-03-01 17:36:43,023 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 17:36:43,023 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 17:36:43,054 INFO program/MainThread: stdout[3]: 2024-03-01 17:36:43,054 INFO program/MainThread: stderr[3]: 2024-03-01 17:36:43,054 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:36:43,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:43,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:43,067 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:36:43,072 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:36:43,073 INFO blivet/MainThread: sda is a disk 2024-03-01 17:36:43,073 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:36:43,073 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:36:43,077 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:36:43,080 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:36:43,080 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 17:36:43,084 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 17:36:43,084 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:36:43,085 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:36:43,085 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07fc35630) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:36:43,089 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:36:43,089 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:36:43,092 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553642513'} ; 2024-03-01 17:36:43,092 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 17:36:43,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:36:43,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:43,103 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:36:43,103 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:36:43,103 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:36:43,103 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:36:43,107 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:36:43,110 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:36:43,110 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 17:36:43,113 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 17:36:43,114 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:36:43,114 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:36:43,114 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07fb76e10) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:36:43,118 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:36:43,118 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:36:43,121 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:36:43,121 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 17:36:43,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:36:43,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:43,131 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:36:43,132 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:36:43,132 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:36:43,132 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:36:43,135 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:36:43,139 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:36:43,139 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 17:36:43,142 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 17:36:43,143 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:36:43,143 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:36:43,143 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07fb76f60) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:36:43,146 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:36:43,147 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:36:43,150 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:36:43,150 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 17:36:43,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:36:43,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:43,160 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:36:43,161 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:36:43,161 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:36:43,161 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:36:43,164 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:36:43,168 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:36:43,168 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 17:36:43,171 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 17:36:43,172 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:36:43,172 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:36:43,172 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07eb29f98) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:36:43,176 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:36:43,176 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:36:43,179 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553687452'} ; 2024-03-01 17:36:43,179 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 17:36:43,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:36:43,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:43,189 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:36:43,190 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:36:43,190 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:36:43,190 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:36:43,193 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:36:43,197 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:36:43,197 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 17:36:43,200 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 17:36:43,201 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:36:43,201 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:36:43,201 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07fb76fd0) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:36:43,205 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:36:43,205 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:36:43,208 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:36:43,208 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 17:36:43,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:36:43,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:43,218 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:36:43,219 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:36:43,219 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:36:43,219 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:36:43,223 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:36:43,226 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:36:43,226 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 17:36:43,229 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 17:36:43,230 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:36:43,230 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:36:43,230 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07eb28e10) -- 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:36:43,234 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:36:43,234 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:36:43,237 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:36:43,237 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 17:36:43,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:36:43,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:43,248 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:36:43,248 INFO blivet/MainThread: sde is a disk 2024-03-01 17:36:43,248 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:36:43,248 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:36:43,251 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:36:43,255 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:36:43,255 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 17:36:43,258 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 17:36:43,259 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:36:43,259 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:36:43,259 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07eb3d4a8) -- 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:36:43,263 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:36:43,263 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:36:43,266 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:36:43,266 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 17:36:43,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:36:43,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:43,277 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:36:43,277 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:36:43,277 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:36:43,278 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:36:43,281 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:36:43,284 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:36:43,284 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 17:36:43,287 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 17:36:43,288 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:36:43,288 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:36:43,288 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07eb28940) -- 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:36:43,292 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:36:43,292 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:36:43,295 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:36:43,295 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 17:36:43,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:36:43,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:43,306 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:36:43,306 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:36:43,306 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:36:43,306 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:36:43,310 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:36:43,313 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:36:43,313 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 17:36:43,316 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 17:36:43,317 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:36:43,317 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:36:43,317 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07eb3c390) -- 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:36:43,321 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:36:43,321 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:36:43,324 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:36:43,324 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 17:36:43,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:36:43,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:43,335 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:36:43,335 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:36:43,335 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:36:43,335 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:36:43,339 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:36:43,342 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:36:43,342 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 17:36:43,345 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 17:36:43,346 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:36:43,346 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:36:43,346 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07eb286d8) -- 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:36:43,350 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:36:43,350 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:36:43,353 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:36:43,353 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 17:36:43,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:36:43,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:43,364 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:36:43,364 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:36:43,364 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:36:43,364 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:36:43,368 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:36:43,371 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:36:43,371 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 17:36:43,375 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 17:36:43,375 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:36:43,375 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:36:43,375 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07eb46278) -- 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:36:43,379 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:36:43,379 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:36:43,382 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:36:43,383 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 17:36:43,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:36:43,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:43,393 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:36:43,393 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:36:43,394 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:36:43,394 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:36:43,397 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:36:43,400 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:36:43,400 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 17:36:43,404 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 17:36:43,404 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:36:43,404 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:36:43,404 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07eb46400) -- 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:36:43,408 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:36:43,408 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:36:43,411 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': '27468035'} ; 2024-03-01 17:36:43,411 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:36:43,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:43,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:43,421 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:36:43,422 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:36:43,422 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:36:43,422 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:36:43,422 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:36:43,422 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:36:43,425 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:36:43,429 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:36:43,429 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:36:43,432 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:36:43,433 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:36:43,433 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:36:43,433 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07eb4d1d0) -- 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 17:36:43,437 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:36:43,440 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:43,440 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:36:43,444 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:43,444 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:36:43,448 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:43,448 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:36:43,451 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:43,451 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:36:43,455 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:36:43,458 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:43,462 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:36:43,467 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 0x7ff07eb37788> 2024-03-01 17:36:46,300 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:36:46,304 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:36:46,305 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:36:46,308 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', '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': '27470448'} ; 2024-03-01 17:36:46,309 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:36:46,309 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:36:46,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:46,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:46,318 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:36:46,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:46,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:46,325 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:46,336 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:46,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:46,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:36:46,355 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:36:46,359 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:36:46,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:36:46,362 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:36:46,366 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:36:46,366 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:36:46,369 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:36:46,370 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:36:46,370 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:36:46,373 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:36:46,377 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:36:46,380 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:36:46,383 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:36:46,386 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:36:46,387 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:36:46,387 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:36:46,387 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:36:46,387 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ff07fefd198) -- 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 0x7ff07eb5d0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:36:46,391 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:36:46,395 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:46,395 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:36:46,398 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:46,398 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:36:46,402 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:46,402 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:36:46,405 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:46,405 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:36:46,407 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:36:46,407 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:36:46,411 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:46,411 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:36:46,414 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:36:46,415 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:46,415 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:46,425 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:46,437 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:36:46,438 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:36:46,442 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 17:36:46,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:46,448 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 17:36:46,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:46,451 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:36:46,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:36:46,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:46,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:36:46,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:46,463 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:36:46,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:36:46,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:46,472 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 17:36:46,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:46,475 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:36:46,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:36:46,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:46,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:36:46,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:46,487 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:36:46,490 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 17:36:46,493 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:46,496 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 17:36:46,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:46,499 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 17:36:46,502 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 17:36:46,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:46,507 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 17:36:46,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:46,511 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:36:46,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:46,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:46,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:46,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:46,523 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:36:46,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:46,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:36:46,529 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:36:46,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:36:46,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:36:46,535 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:36:46,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:36:46,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:36:46,541 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:36:46,544 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:36:46,544 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:36:46,544 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:36:46,548 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:36:46,548 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:36:46,551 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:36:46,552 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:36:46,555 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:36:46,555 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:36:46,555 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:36:46,558 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:36:46,558 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:36:46,562 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:36:46,562 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:36:46,565 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:36:46,565 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:36:46,565 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:36:46,568 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:36:46,568 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:36:46,571 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:36:46,572 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:36:46,572 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:36:46,577 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:36:46,580 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:36:46,584 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:36:46,588 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:36:46,592 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:36:46,595 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:36:46,596 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:36:46,599 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:36:46,600 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:36:46,600 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:36:46,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:46,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:46,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:46,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:46,613 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:36:46,614 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:36:46,615 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:36:46,615 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 17:36:46,615 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:36:46,616 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:36:46,619 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:46,619 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:36:46,622 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:46,622 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:36:46,626 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:36:46,629 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:36:46,630 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:36:46,633 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:36:46,637 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:36:46,640 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:36:46,644 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:36:46,644 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:36:46,645 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:36:46,645 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:36:46,645 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:36:46,649 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:36:46,649 INFO program/MainThread: stderr[4]: 2024-03-01 17:36:46,649 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:36:46,650 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:36:46,650 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:36:46,651 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:36:46,655 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:36:46,655 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:36:46,656 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:36:46,656 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:36:46,656 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:36:46,656 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:36:46,656 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:36:46,657 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:36:46,657 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:36:46,657 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:36:46,657 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:36:46,657 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:36:46,657 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:36:46,660 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:36:46,663 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:36:46,666 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:36:46,667 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:36:46,670 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:36:46,670 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 0x7ff07ea90eb8> 2024-03-01 17:36:46,670 INFO blivet/MainThread: sorting actions... 2024-03-01 17:36:46,671 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:36:46,671 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:36:46,672 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:36:46,672 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:36:46,672 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:36:46,672 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:36:46,672 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:36:46,672 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:36:46,673 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:36:46,673 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:36:46,676 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:46,679 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:36:46,679 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:36:46,685 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:46,686 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:46,713 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:46,713 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:46,726 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:46,726 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:36:46,730 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:46,733 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:36:46,733 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:36:46,740 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:46,740 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:46,768 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:46,768 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:46,779 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:46,779 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:36:46,783 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:46,786 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:36:46,786 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:36:46,795 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:46,795 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:46,822 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:46,822 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:46,834 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:46,835 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:36:46,839 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:46,842 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:36:46,845 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:36:46,845 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:36:46,846 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 17:36:46,878 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 17:36:46,878 INFO program/MainThread: stderr[5]: 2024-03-01 17:36:46,878 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:36:46,878 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:46,900 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:46,904 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:36:46,904 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 17:36:46,906 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:36:46,915 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:46,916 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:46,938 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:46,938 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:36:46,942 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:46,945 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:36:46,948 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:36:46,948 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:36:46,949 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:36:46,984 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:36:46,984 INFO program/MainThread: stderr[6]: 2024-03-01 17:36:46,984 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:36:46,985 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:47,001 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:47,005 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:36:47,005 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 17:36:47,007 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:36:47,016 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:47,017 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:47,039 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:47,039 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:36:47,043 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:47,046 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:36:47,050 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:36:47,050 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:36:47,050 INFO program/MainThread: Running [7] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:36:47,080 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:36:47,080 INFO program/MainThread: stderr[7]: 2024-03-01 17:36:47,080 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:36:47,080 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:47,104 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:47,108 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:36:47,108 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 17:36:47,110 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:36:47,119 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:47,120 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:47,142 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:47,142 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:36:47,146 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:36:47,149 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:36:47,152 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:47,156 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:36:47,159 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:47,162 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:36:47,165 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:47,168 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:36:47,171 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:36:47,172 INFO program/MainThread: Running [8] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --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 17:36:47,229 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 17:36:47,229 INFO program/MainThread: stderr[8]: 2024-03-01 17:36:47,229 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:36:47,236 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:36:47,245 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:36:47,251 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:47,258 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:36:47,265 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:47,270 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:36:47,274 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:47,277 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:36:47,277 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:47,291 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:47,295 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:36:47,299 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:36:47,299 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:47,313 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:47,313 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:36:47,323 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:47,323 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:47,333 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:47,334 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:36:47,338 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:36:47,341 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:36:47,345 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:36:47,348 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:36:47,352 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:47,355 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:36:47,359 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:47,362 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:36:47,366 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:47,370 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:36:47,370 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:47,381 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:47,385 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:36:47,386 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/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:47,410 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 17:36:47,411 INFO program/MainThread: stderr[9]: 2024-03-01 17:36:47,411 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:36:47,415 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:36:47,416 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 1568768K -y --type linear test_vg1 --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 17:36:47,508 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 17:36:47,508 INFO program/MainThread: stderr[10]: 2024-03-01 17:36:47,509 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:36:47,517 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:47,525 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:36:47,526 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:36:47,526 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:47,550 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:47,555 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 17:36:47,555 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:36:47,556 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:36:47,565 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:47,566 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:47,582 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:47,582 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:36:47,586 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:47,590 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:36:47,593 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:36:47,593 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:36:47,621 INFO program/MainThread: stdout: 2024-03-01 17:36:47,622 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 17:36:47,622 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:36:47,622 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:36:47,622 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:36:47,622 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 17:36:47,622 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:36:47,622 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:36:47,622 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:36:47,622 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:36:47,623 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:36:47,623 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:47,623 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:36:47,636 INFO program/MainThread: stdout: 2024-03-01 17:36:47,636 INFO program/MainThread: writing all SBs 2024-03-01 17:36:47,637 INFO program/MainThread: new label = "" 2024-03-01 17:36:47,637 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:47,637 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:47,652 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:47,656 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:36:47,656 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:36:47,657 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:36:47,667 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:47,667 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:47,682 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:47,687 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:36:47,687 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 0x7ff07ea2a1a8> 2024-03-01 17:36:47,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:47,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:36:47,694 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:36:47,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:47,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:36:47,700 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:36:55,110 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_yz6k2291/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:36:55,146 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:55,146 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:36:55,150 INFO program/MainThread: stdout[2]: 2024-03-01 17:36:55,150 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 17:36:55,150 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:36:55,150 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:36:55,154 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:55,155 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:36:55,159 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:55,159 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:36:55,162 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:55,162 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:36:55,165 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:55,165 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:36:55,174 INFO program/MainThread: stdout: 2024-03-01 17:36:55,175 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:36:55,175 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member loFYL4-Md7S-Cxs8-PfKp-lF6q-vzrl-e9332L 2024-03-01 17:36:55,175 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 84f2e2ec-f86b-4e82-a5df-f61192893105 2024-03-01 17:36:55,175 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ 2024-03-01 17:36:55,175 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 84f2e2ec-f86b-4e82-a5df-f61192893105 2024-03-01 17:36:55,175 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 2024-03-01 17:36:55,175 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:36:55,175 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:36:55,175 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:36:55,175 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:36:55,175 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:36:55,175 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:36:55,175 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:36:55,175 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:36:55,175 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:36:55,175 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:36:55,175 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:36:55,175 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:55,175 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member loFYL4-Md7S-Cxs8-PfKp-lF6q-vzrl-e9332L `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 84f2e2ec-f86b-4e82-a5df-f61192893105 sdb 1073741824 root disk brw-rw---- LVM2_member tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 84f2e2ec-f86b-4e82-a5df-f61192893105 sdc 1073741824 root disk brw-rw---- LVM2_member oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 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 17:36:55,175 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:55,176 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:55,176 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:36:55,176 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:55,176 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:36:55,176 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:36:55,177 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:55,190 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:55,202 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 17:36:55,206 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/lvm-pv-uuid-loFYL4-Md7S-Cxs8-PfKp-lF6q-vzrl-e9332L ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', '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': 'loFYL4-Md7S-Cxs8-PfKp-lF6q-vzrl-e9332L', 'ID_FS_UUID_ENC': 'loFYL4-Md7S-Cxs8-PfKp-lF6q-vzrl-e9332L', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553680105'} ; 2024-03-01 17:36:55,206 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 17:36:55,207 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 17:36:55,238 INFO program/MainThread: stdout[3]: 2024-03-01 17:36:55,238 INFO program/MainThread: stderr[3]: 2024-03-01 17:36:55,238 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:36:55,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:55,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:55,252 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:36:55,256 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:36:55,257 INFO blivet/MainThread: sda is a disk 2024-03-01 17:36:55,257 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:36:55,257 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:36:55,261 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:36:55,264 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:36:55,265 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 17:36:55,268 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 17:36:55,268 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:36:55,269 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:36:55,269 INFO blivet/MainThread: got device: DiskDevice instance (0x7f093fbc2358) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:36:55,273 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:36:55,277 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:55,277 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:36:55,280 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:55,280 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:36:55,284 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:55,284 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:36:55,287 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:55,287 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:36:55,291 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:36:55,291 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:36:55,291 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 17:36:55,317 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=loFYL4-Md7S-Cxs8-PfKp-lF6q-vzrl-e9332L LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:36:55,317 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ. WARNING: Couldn't find device with uuid oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4. WARNING: VG test_vg1 is missing PV tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 (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 17:36:55,317 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:36:55,318 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:36:55,323 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: loFYL4-Md7S-Cxs8-PfKp-lF6q-vzrl-e9332L ; label: None ; device: /dev/sda ; serial: 36001405efaa722eff094890a3724a541 ; exists: True ; vg_name: test_vg1 ; vg_uuid: boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr ; pe_start: 8 MiB ; 2024-03-01 17:36:55,323 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:36:55,326 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:36:55,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr ; incomplete: True ; hidden: False ; 2024-03-01 17:36:55,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:55,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:55,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:55,339 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 17:36:55,365 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:36:55,365 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ. WARNING: Couldn't find device with uuid oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4. WARNING: VG test_vg1 is missing PV tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 (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 17:36:55,365 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:36:55,365 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:36:55,366 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:36:55,371 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:36:55,375 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:36:55,375 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:36:55,379 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:36:55,379 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 17:36:55,407 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS LVM2_LV_SIZE=1606418432 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=g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS LVM2_LV_SIZE=1606418432 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 17:36:55,407 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ. WARNING: Couldn't find device with uuid oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4. WARNING: VG test_vg1 is missing PV tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 (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 17:36:55,407 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:36:55,412 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:36:55,413 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:36:55,416 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:36:55,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr ; incomplete: True ; hidden: False ; 2024-03-01 17:36:55,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:36:55,423 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:36:55,423 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:55,426 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/lvm-pv-uuid-tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396', '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': 'tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ', 'ID_FS_UUID_ENC': 'tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553642513'} ; 2024-03-01 17:36:55,427 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 17:36:55,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:36:55,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:55,437 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:36:55,437 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:36:55,438 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:36:55,438 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:36:55,441 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:36:55,444 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:36:55,444 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 17:36:55,448 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 17:36:55,448 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:36:55,448 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:36:55,448 INFO blivet/MainThread: got device: DiskDevice instance (0x7f093eb94588) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:36:55,452 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:36:55,455 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:55,455 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:36:55,459 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:55,459 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:36:55,462 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:55,463 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:36:55,466 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:55,466 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:36:55,469 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:36:55,469 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:36:55,469 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 17:36:55,496 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=loFYL4-Md7S-Cxs8-PfKp-lF6q-vzrl-e9332L LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:36:55,496 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4. WARNING: VG test_vg1 is missing PV oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 (last written to /dev/sdc). 2024-03-01 17:36:55,496 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:36:55,497 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:36:55,501 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ ; label: None ; device: /dev/sdb ; serial: 36001405814a177f25a64e11afedc6396 ; exists: True ; vg_name: test_vg1 ; vg_uuid: boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 17:36:55,501 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:36:55,504 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:36:55,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr ; incomplete: True ; hidden: False ; 2024-03-01 17:36:55,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:36:55,514 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:36:55,518 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:36:55,521 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:36:55,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr ; incomplete: True ; hidden: False ; 2024-03-01 17:36:55,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:55,527 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 17:36:55,554 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS LVM2_LV_SIZE=1606418432 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=g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS LVM2_LV_SIZE=1606418432 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 17:36:55,554 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4. WARNING: VG test_vg1 is missing PV oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 (last written to /dev/sdc). 2024-03-01 17:36:55,554 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:36:55,554 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:36:55,555 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:55,559 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:36:55,559 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 17:36:55,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:36:55,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:55,570 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:36:55,571 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:36:55,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:36:55,571 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:36:55,574 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:36:55,577 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:36:55,578 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 17:36:55,581 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 17:36:55,581 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:36:55,582 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:36:55,582 INFO blivet/MainThread: got device: DiskDevice instance (0x7f093eb94e10) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:36:55,585 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:36:55,585 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:36:55,589 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:36:55,589 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 17:36:55,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:36:55,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:55,599 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:36:55,599 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:36:55,599 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:36:55,600 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:36:55,603 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:36:55,606 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:36:55,606 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 17:36:55,610 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 17:36:55,610 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:36:55,611 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:36:55,611 INFO blivet/MainThread: got device: DiskDevice instance (0x7f093eaf8f60) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:36:55,614 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:36:55,614 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:36:55,618 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/lvm-pv-uuid-oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 ' '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442', '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': 'oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4', 'ID_FS_UUID_ENC': 'oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553687452'} ; 2024-03-01 17:36:55,618 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 17:36:55,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:36:55,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:55,628 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:36:55,629 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:36:55,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:36:55,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:36:55,632 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:36:55,636 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:36:55,636 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 17:36:55,639 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 17:36:55,639 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:36:55,640 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:36:55,640 INFO blivet/MainThread: got device: DiskDevice instance (0x7f093eb00400) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:36:55,643 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:36:55,647 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:55,647 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:36:55,650 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:55,651 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:36:55,654 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:55,654 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:36:55,657 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:55,658 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:36:55,661 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:36:55,661 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:36:55,661 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/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:55,688 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=loFYL4-Md7S-Cxs8-PfKp-lF6q-vzrl-e9332L LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:36:55,688 INFO program/MainThread: stderr[9]: 2024-03-01 17:36:55,688 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:36:55,689 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:36:55,693 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 ; label: None ; device: /dev/sdc ; serial: 360014055ae7217664324061aa4a87442 ; exists: True ; vg_name: test_vg1 ; vg_uuid: boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:36:55,693 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:36:55,696 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:36:55,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr ; incomplete: True ; hidden: False ; 2024-03-01 17:36:55,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:55,706 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:36:55,710 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:36:55,713 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:36:55,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr ; incomplete: True ; hidden: False ; 2024-03-01 17:36:55,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:55,720 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/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:55,746 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS LVM2_LV_SIZE=1606418432 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=g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS LVM2_LV_SIZE=1606418432 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 17:36:55,746 INFO program/MainThread: stderr[10]: 2024-03-01 17:36:55,746 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:36:55,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:55,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:55,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS ; incomplete: False ; hidden: False ; 2024-03-01 17:36:55,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:55,761 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:36:55,765 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:36:55,765 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:36:55,768 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:36:55,772 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:36:55,773 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:36:55,776 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 17:36:55,777 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:36:55,777 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:36:55,781 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:36:55,785 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:36:55,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:36:55,789 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:36:55,792 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:36:55,793 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:36:55,796 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 17:36:55,797 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:36:55,797 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:36:55,797 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:36:55,800 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:36:55,801 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:36:55,804 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 17:36:55,804 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:36:55,808 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/84f2e2ec-f86b-4e82-a5df-f61192893105 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-boXJ1PPgjTzSgnF3XYHoZLjA7jIXZMYrg2oGpv0On4nYF1ZQVl8CdHWcQmX7UrNS', '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-boXJ1PPgjTzSgnF3XYHoZLjA7jIXZMYrg2oGpv0On4nYF1ZQVl8CdHWcQmX7UrNS', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '84f2e2ec-f86b-4e82-a5df-f61192893105', 'ID_FS_UUID_ENC': '84f2e2ec-f86b-4e82-a5df-f61192893105', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1054587391'} ; 2024-03-01 17:36:55,808 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:36:55,809 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:55,813 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:36:55,813 INFO program/MainThread: stderr[11]: 2024-03-01 17:36:55,813 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:36:55,813 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:55,816 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:36:55,816 INFO program/MainThread: stderr[12]: 2024-03-01 17:36:55,816 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:36:55,816 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:55,819 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:36:55,820 INFO program/MainThread: stderr[13]: 2024-03-01 17:36:55,820 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:36:55,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:55,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:36:55,831 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:55,832 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:55,832 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:55,833 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:55,828 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f093eaf8dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f093eb73940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:55,833 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:55,837 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:36:55,837 INFO program/MainThread: stderr[14]: 2024-03-01 17:36:55,837 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:36:55,842 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:36:55,845 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:55,846 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:36:55,849 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:55,850 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:36:55,853 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:55,853 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:36:55,857 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:55,857 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:36:55,859 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:36:55,859 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:36:55,863 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:55,863 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:36:55,866 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:36:55,867 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:55,867 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:55,871 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:36:55,871 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 17:36:55,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:36:55,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:55,882 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:36:55,882 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:36:55,882 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:36:55,883 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 17:36:55,886 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:36:55,889 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:36:55,889 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 17:36:55,893 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 17:36:55,893 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:36:55,894 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 17:36:55,894 INFO blivet/MainThread: got device: DiskDevice instance (0x7f093eb04cf8) -- 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:36:55,897 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:36:55,897 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:36:55,901 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:36:55,901 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 17:36:55,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:36:55,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:55,911 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:36:55,912 INFO blivet/MainThread: sde is a disk 2024-03-01 17:36:55,912 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 17:36:55,912 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 17:36:55,915 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:36:55,918 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:36:55,919 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 17:36:55,922 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 17:36:55,922 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:36:55,923 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 17:36:55,923 INFO blivet/MainThread: got device: DiskDevice instance (0x7f093eb0a390) -- 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:36:55,926 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:36:55,926 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:36:55,930 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:36:55,930 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 17:36:55,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:36:55,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:55,940 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:36:55,941 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:36:55,941 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 17:36:55,941 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 17:36:55,944 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:36:55,947 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:36:55,947 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 17:36:55,951 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 17:36:55,951 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:36:55,951 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 17:36:55,951 INFO blivet/MainThread: got device: DiskDevice instance (0x7f093eb94860) -- 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:36:55,955 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:36:55,955 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:36:55,958 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:36:55,958 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 17:36:55,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:36:55,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:55,969 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:36:55,969 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:36:55,970 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 17:36:55,970 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 17:36:55,973 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:36:55,976 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:36:55,976 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 17:36:55,980 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 17:36:55,980 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:36:55,980 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 17:36:55,981 INFO blivet/MainThread: got device: DiskDevice instance (0x7f093eafb278) -- 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:36:55,984 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:36:55,984 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:36:55,987 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:36:55,987 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 17:36:55,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:36:55,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:55,998 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:36:55,998 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:36:55,998 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 17:36:55,999 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 17:36:56,002 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:36:56,005 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:36:56,005 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 17:36:56,008 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 17:36:56,009 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:36:56,009 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 17:36:56,009 INFO blivet/MainThread: got device: DiskDevice instance (0x7f093eafb7b8) -- 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:36:56,013 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:36:56,013 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:36:56,016 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:36:56,016 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 17:36:56,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:36:56,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:56,027 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:36:56,027 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:36:56,027 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:36:56,027 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:36:56,031 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:36:56,034 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:36:56,034 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 17:36:56,037 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 17:36:56,038 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:36:56,038 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 17:36:56,038 INFO blivet/MainThread: got device: DiskDevice instance (0x7f093eb19160) -- 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:36:56,042 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:36:56,042 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:36:56,045 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:36:56,045 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 17:36:56,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:36:56,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:56,055 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:36:56,056 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:36:56,056 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 17:36:56,056 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 17:36:56,059 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:36:56,063 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:36:56,063 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 17:36:56,066 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 17:36:56,066 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:36:56,067 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 17:36:56,067 INFO blivet/MainThread: got device: DiskDevice instance (0x7f093eb19828) -- 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:36:56,070 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:36:56,070 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:36:56,074 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': '27468035'} ; 2024-03-01 17:36:56,074 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:36:56,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:56,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:56,084 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:36:56,084 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:36:56,084 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:36:56,084 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:36:56,085 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:36:56,085 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:36:56,088 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:36:56,091 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:36:56,091 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:36:56,094 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:36:56,095 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:36:56,095 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 17:36:56,095 INFO blivet/MainThread: got device: DiskDevice instance (0x7f093eb19d68) -- 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 17:36:56,099 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:36:56,102 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:56,102 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 17:36:56,105 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:56,105 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 17:36:56,109 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:56,109 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 17:36:56,112 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:56,112 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 17:36:56,116 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:36:56,119 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:56,122 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:36:56,126 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 0x7f093eb069c8> 2024-03-01 17:36:58,915 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 17:36:58,919 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:36:58,919 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:36:58,923 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': '27470448'} ; 2024-03-01 17:36:58,924 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:36:58,924 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:36:58,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:58,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:58,934 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:36:58,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:58,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:58,940 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:58,953 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:58,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:58,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 17:36:58,972 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 17:36:58,976 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:36:58,976 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:36:58,979 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:36:58,983 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:36:58,983 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:36:58,986 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:36:58,987 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:36:58,987 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:36:58,990 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:36:58,993 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:36:58,996 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:36:59,000 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:36:59,003 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:36:59,003 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:36:59,003 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 17:36:59,004 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:36:59,003 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f093eb23588) -- 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 0x7f093eb29e60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:36:59,008 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:36:59,011 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:59,011 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 17:36:59,015 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:59,015 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 17:36:59,018 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:59,018 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 17:36:59,022 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:59,022 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 17:36:59,022 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:36:59,025 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:59,025 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 17:36:59,028 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:36:59,029 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:59,032 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/84f2e2ec-f86b-4e82-a5df-f61192893105 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-boXJ1PPgjTzSgnF3XYHoZLjA7jIXZMYrg2oGpv0On4nYF1ZQVl8CdHWcQmX7UrNS', '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-boXJ1PPgjTzSgnF3XYHoZLjA7jIXZMYrg2oGpv0On4nYF1ZQVl8CdHWcQmX7UrNS', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '84f2e2ec-f86b-4e82-a5df-f61192893105', 'ID_FS_UUID_ENC': '84f2e2ec-f86b-4e82-a5df-f61192893105', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1054587391'} ; 2024-03-01 17:36:59,032 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:36:59,032 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:59,036 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:36:59,037 INFO program/MainThread: stderr[15]: 2024-03-01 17:36:59,037 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:36:59,037 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:59,040 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:36:59,040 INFO program/MainThread: stderr[16]: 2024-03-01 17:36:59,040 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:36:59,040 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:59,043 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:36:59,043 INFO program/MainThread: stderr[17]: 2024-03-01 17:36:59,043 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:36:59,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:59,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:36:59,054 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:59,054 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:59,055 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:59,055 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:59,051 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f093eaf8dd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f093eb73940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:36:59,056 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:59,059 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:36:59,059 INFO program/MainThread: stderr[18]: 2024-03-01 17:36:59,059 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:36:59,063 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:36:59,063 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:36:59,064 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:59,074 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:59,086 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:36:59,087 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:36:59,091 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 17:36:59,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:59,097 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 17:36:59,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:59,100 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:36:59,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:36:59,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:59,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:36:59,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:59,112 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:36:59,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:36:59,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:59,121 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 17:36:59,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:59,124 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:36:59,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:36:59,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:59,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:36:59,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:59,136 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:36:59,139 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 17:36:59,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:59,145 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 17:36:59,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:59,148 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 17:36:59,150 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 17:36:59,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:59,156 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 17:36:59,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:59,159 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:37:03,765 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_44jb3gpo/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:37:03,800 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:03,800 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:37:03,803 INFO program/MainThread: stdout[2]: 2024-03-01 17:37:03,804 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 17:37:03,804 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:37:03,804 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:37:03,808 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:03,809 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:37:03,812 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:03,812 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:37:03,816 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:03,816 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:37:03,819 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:03,819 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:37:03,827 INFO program/MainThread: stdout: 2024-03-01 17:37:03,827 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:37:03,827 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member loFYL4-Md7S-Cxs8-PfKp-lF6q-vzrl-e9332L 2024-03-01 17:37:03,827 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 84f2e2ec-f86b-4e82-a5df-f61192893105 2024-03-01 17:37:03,827 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ 2024-03-01 17:37:03,827 INFO program/MainThread: `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 84f2e2ec-f86b-4e82-a5df-f61192893105 2024-03-01 17:37:03,827 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 2024-03-01 17:37:03,827 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:37:03,827 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:37:03,827 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:37:03,827 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:37:03,827 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:37:03,827 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:37:03,827 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:37:03,827 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:37:03,828 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:37:03,828 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:37:03,828 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:37:03,828 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:03,828 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member loFYL4-Md7S-Cxs8-PfKp-lF6q-vzrl-e9332L `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 84f2e2ec-f86b-4e82-a5df-f61192893105 sdb 1073741824 root disk brw-rw---- LVM2_member tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ `-test_vg1-lv1 1606418432 root disk brw-rw---- xfs 84f2e2ec-f86b-4e82-a5df-f61192893105 sdc 1073741824 root disk brw-rw---- LVM2_member oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 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 17:37:03,828 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:37:03,828 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:37:03,828 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:37:03,828 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:37:03,829 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:37:03,829 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:37:03,829 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:03,840 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:03,852 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 17:37:03,857 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-loFYL4-Md7S-Cxs8-PfKp-lF6q-vzrl-e9332L ' '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541', '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': 'loFYL4-Md7S-Cxs8-PfKp-lF6q-vzrl-e9332L', 'ID_FS_UUID_ENC': 'loFYL4-Md7S-Cxs8-PfKp-lF6q-vzrl-e9332L', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553680105'} ; 2024-03-01 17:37:03,857 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 17:37:03,857 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 17:37:03,885 INFO program/MainThread: stdout[3]: 2024-03-01 17:37:03,885 INFO program/MainThread: stderr[3]: 2024-03-01 17:37:03,885 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:37:03,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:03,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:03,899 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:37:03,904 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:37:03,904 INFO blivet/MainThread: sda is a disk 2024-03-01 17:37:03,904 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:37:03,905 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:37:03,908 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:37:03,912 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:37:03,912 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 17:37:03,915 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 17:37:03,916 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:37:03,916 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:37:03,916 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d7f019358) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:37:03,920 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:37:03,924 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:03,924 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:37:03,928 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:03,928 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:37:03,931 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:03,931 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:37:03,935 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:03,935 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:37:03,938 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:37:03,938 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:37:03,939 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 17:37:03,966 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=loFYL4-Md7S-Cxs8-PfKp-lF6q-vzrl-e9332L LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:37:03,966 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ. WARNING: Couldn't find device with uuid oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4. WARNING: VG test_vg1 is missing PV tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 (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 17:37:03,966 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:37:03,966 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:37:03,971 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: loFYL4-Md7S-Cxs8-PfKp-lF6q-vzrl-e9332L ; label: None ; device: /dev/sda ; serial: 36001405efaa722eff094890a3724a541 ; exists: True ; vg_name: test_vg1 ; vg_uuid: boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr ; pe_start: 8 MiB ; 2024-03-01 17:37:03,972 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:37:03,975 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:37:03,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr ; incomplete: True ; hidden: False ; 2024-03-01 17:37:03,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:03,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:03,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:03,988 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 17:37:04,016 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:37:04,016 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ. WARNING: Couldn't find device with uuid oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4. WARNING: VG test_vg1 is missing PV tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 (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 17:37:04,016 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:37:04,016 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:37:04,017 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:37:04,022 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:37:04,026 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:37:04,026 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:37:04,030 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:37:04,030 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 17:37:04,055 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS LVM2_LV_SIZE=1606418432 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=g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS LVM2_LV_SIZE=1606418432 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 17:37:04,055 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ. WARNING: Couldn't find device with uuid oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4. WARNING: VG test_vg1 is missing PV tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 (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 17:37:04,055 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:37:04,060 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:37:04,061 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:37:04,064 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:37:04,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr ; incomplete: True ; hidden: False ; 2024-03-01 17:37:04,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:37:04,070 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:37:04,071 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:37:04,074 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', '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': 'tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ', 'ID_FS_UUID_ENC': 'tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553642513'} ; 2024-03-01 17:37:04,074 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 17:37:04,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:37:04,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:04,085 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:37:04,085 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:37:04,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:37:04,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:37:04,089 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:37:04,092 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:37:04,092 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 17:37:04,096 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 17:37:04,096 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:37:04,096 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:37:04,097 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d7dfeb588) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:37:04,100 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:37:04,104 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:04,104 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:37:04,107 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:04,107 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:37:04,111 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:04,111 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:37:04,114 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:04,114 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:37:04,117 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:37:04,118 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:37:04,118 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 17:37:04,143 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=loFYL4-Md7S-Cxs8-PfKp-lF6q-vzrl-e9332L LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:37:04,143 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4. WARNING: VG test_vg1 is missing PV oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 (last written to /dev/sdc). 2024-03-01 17:37:04,143 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:37:04,144 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:37:04,148 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ ; label: None ; device: /dev/sdb ; serial: 36001405814a177f25a64e11afedc6396 ; exists: True ; vg_name: test_vg1 ; vg_uuid: boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr ; pe_start: 8 MiB ; free: 500 MiB ; 2024-03-01 17:37:04,149 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:37:04,152 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:37:04,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr ; incomplete: True ; hidden: False ; 2024-03-01 17:37:04,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:37:04,162 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:37:04,165 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:37:04,168 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:37:04,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr ; incomplete: True ; hidden: False ; 2024-03-01 17:37:04,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:04,175 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 17:37:04,203 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS LVM2_LV_SIZE=1606418432 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=g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS LVM2_LV_SIZE=1606418432 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 17:37:04,203 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4. WARNING: VG test_vg1 is missing PV oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 (last written to /dev/sdc). 2024-03-01 17:37:04,203 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:37:04,203 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:37:04,204 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:37:04,208 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:37:04,208 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 17:37:04,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:37:04,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:04,219 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:37:04,220 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:37:04,220 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:37:04,220 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:37:04,223 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:37:04,227 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:37:04,227 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 17:37:04,230 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 17:37:04,230 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:37:04,231 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:37:04,231 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d7dfebe10) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:37:04,235 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:37:04,235 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:37:04,238 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:37:04,238 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 17:37:04,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:37:04,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:04,248 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:37:04,249 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:37:04,249 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:37:04,249 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:37:04,252 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:37:04,256 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:37:04,256 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 17:37:04,259 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 17:37:04,260 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:37:04,260 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:37:04,260 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d7df4ff60) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:37:04,264 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:37:04,264 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:37:04,267 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/lvm-pv-uuid-oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 ' '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442', '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': 'oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4', 'ID_FS_UUID_ENC': 'oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553687452'} ; 2024-03-01 17:37:04,267 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 17:37:04,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:37:04,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:04,278 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:37:04,278 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:37:04,278 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:37:04,278 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:37:04,282 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:37:04,285 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:37:04,285 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 17:37:04,288 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 17:37:04,289 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:37:04,289 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:37:04,289 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d7df57400) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:37:04,293 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:37:04,296 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:04,296 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:37:04,300 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:04,300 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:37:04,303 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:04,304 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:37:04,307 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:04,307 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:37:04,310 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:37:04,310 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:37:04,310 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 17:37:04,335 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=loFYL4-Md7S-Cxs8-PfKp-lF6q-vzrl-e9332L LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=tdqzcK-a6nC-G3db-yhCS-dySl-yqaf-GocaVQ LVM2_PV_FREE=524288000 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:37:04,336 INFO program/MainThread: stderr[9]: 2024-03-01 17:37:04,336 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:37:04,336 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:37:04,340 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: oJ33fu-CofR-nZw9-X1C6-QnhP-RtmW-p3eMQ4 ; label: None ; device: /dev/sdc ; serial: 360014055ae7217664324061aa4a87442 ; exists: True ; vg_name: test_vg1 ; vg_uuid: boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:37:04,341 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:37:04,344 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:37:04,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr ; incomplete: True ; hidden: False ; 2024-03-01 17:37:04,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:04,354 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:37:04,357 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:37:04,360 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:37:04,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr ; incomplete: True ; hidden: False ; 2024-03-01 17:37:04,366 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:04,367 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 17:37:04,395 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS LVM2_LV_SIZE=1606418432 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=g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS LVM2_LV_SIZE=1606418432 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 17:37:04,395 INFO program/MainThread: stderr[10]: 2024-03-01 17:37:04,395 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:37:04,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:04,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:04,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS ; incomplete: False ; hidden: False ; 2024-03-01 17:37:04,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:04,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:37:04,413 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:37:04,413 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:37:04,417 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:37:04,421 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:37:04,421 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:37:04,425 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 17:37:04,425 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:37:04,425 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:37:04,429 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:37:04,434 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:37:04,434 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:37:04,437 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:37:04,441 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:37:04,441 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:37:04,444 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 17:37:04,445 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:37:04,445 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:37:04,445 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:37:04,448 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:37:04,449 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:37:04,452 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 17:37:04,452 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:37:04,456 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/84f2e2ec-f86b-4e82-a5df-f61192893105 ' '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-boXJ1PPgjTzSgnF3XYHoZLjA7jIXZMYrg2oGpv0On4nYF1ZQVl8CdHWcQmX7UrNS', '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-boXJ1PPgjTzSgnF3XYHoZLjA7jIXZMYrg2oGpv0On4nYF1ZQVl8CdHWcQmX7UrNS', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '84f2e2ec-f86b-4e82-a5df-f61192893105', 'ID_FS_UUID_ENC': '84f2e2ec-f86b-4e82-a5df-f61192893105', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1054587391'} ; 2024-03-01 17:37:04,456 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:37:04,457 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:04,461 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:37:04,461 INFO program/MainThread: stderr[11]: 2024-03-01 17:37:04,461 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:37:04,461 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:04,464 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:37:04,464 INFO program/MainThread: stderr[12]: 2024-03-01 17:37:04,464 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:37:04,464 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:04,467 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:37:04,468 INFO program/MainThread: stderr[13]: 2024-03-01 17:37:04,468 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:37:04,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:04,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:37:04,478 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:04,479 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:04,479 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:04,480 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:04,476 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:04,480 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:04,483 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:37:04,484 INFO program/MainThread: stderr[14]: 2024-03-01 17:37:04,484 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:37:04,488 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:37:04,492 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:04,492 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:37:04,496 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:04,496 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:37:04,499 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:04,500 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:37:04,503 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:04,503 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:37:04,505 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:37:04,505 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:37:04,509 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:04,509 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:37:04,513 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:37:04,513 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:37:04,513 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:37:04,517 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:37:04,517 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 17:37:04,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:37:04,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:04,528 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:37:04,528 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:37:04,528 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:37:04,529 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 17:37:04,532 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:37:04,535 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:37:04,535 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 17:37:04,539 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 17:37:04,539 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:37:04,540 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 17:37:04,540 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d7df5bd30) -- 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:37:04,543 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:37:04,543 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:37:04,547 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:37:04,547 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 17:37:04,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:37:04,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:04,557 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:37:04,558 INFO blivet/MainThread: sde is a disk 2024-03-01 17:37:04,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 17:37:04,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 17:37:04,561 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:37:04,565 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:37:04,565 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 17:37:04,568 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 17:37:04,568 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:37:04,569 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 17:37:04,569 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d7df613c8) -- 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:37:04,572 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:37:04,572 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:37:04,576 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:37:04,576 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 17:37:04,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:37:04,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:04,587 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:37:04,587 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:37:04,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 17:37:04,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 17:37:04,591 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:37:04,594 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:37:04,594 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 17:37:04,597 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 17:37:04,598 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:37:04,598 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 17:37:04,598 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d7dfeb860) -- 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:37:04,602 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:37:04,602 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:37:04,605 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:37:04,605 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 17:37:04,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:37:04,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:04,616 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:37:04,616 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:37:04,616 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 17:37:04,616 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 17:37:04,620 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:37:04,623 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:37:04,623 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 17:37:04,627 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 17:37:04,627 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:37:04,627 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 17:37:04,627 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d7df522b0) -- 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:37:04,631 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:37:04,631 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:37:04,634 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:37:04,634 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 17:37:04,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:37:04,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:04,645 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:37:04,646 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:37:04,646 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 17:37:04,646 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 17:37:04,649 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:37:04,652 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:37:04,653 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 17:37:04,656 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 17:37:04,656 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:37:04,657 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 17:37:04,657 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d7df527f0) -- 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:37:04,660 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:37:04,660 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:37:04,664 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:37:04,664 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 17:37:04,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:37:04,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:04,674 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:37:04,675 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:37:04,675 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:37:04,675 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:37:04,679 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:37:04,682 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:37:04,682 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 17:37:04,685 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 17:37:04,686 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:37:04,686 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 17:37:04,686 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d7df701d0) -- 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:37:04,690 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:37:04,690 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:37:04,693 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:37:04,693 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 17:37:04,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:37:04,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:04,704 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:37:04,704 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:37:04,704 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 17:37:04,705 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 17:37:04,708 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:37:04,711 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:37:04,711 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 17:37:04,715 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 17:37:04,715 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:37:04,715 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 17:37:04,715 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d7df70860) -- 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:37:04,719 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:37:04,719 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:37:04,722 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': '27468035'} ; 2024-03-01 17:37:04,722 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:37:04,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:04,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:04,733 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:37:04,733 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:37:04,733 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:37:04,733 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:37:04,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:37:04,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:37:04,737 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:37:04,740 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:37:04,740 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:37:04,743 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:37:04,744 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:37:04,744 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 17:37:04,744 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5d7df70da0) -- 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 17:37:04,748 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:37:04,751 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:04,751 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 17:37:04,755 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:04,755 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 17:37:04,758 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:04,758 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 17:37:04,762 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:04,762 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 17:37:04,765 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:37:04,768 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:04,772 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:37:04,778 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 0x7f5d7df53988> 2024-03-01 17:37:07,601 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 17:37:07,605 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:37:07,605 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:37:07,609 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': '27470448'} ; 2024-03-01 17:37:07,610 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:37:07,610 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:37:07,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:07,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:07,620 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:37:07,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:07,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:07,626 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:07,640 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:07,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:07,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 17:37:07,659 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 17:37:07,663 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:37:07,663 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:37:07,666 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:37:07,670 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:37:07,670 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:37:07,673 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:37:07,674 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:37:07,674 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:37:07,677 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:37:07,680 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:37:07,684 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:37:07,687 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:37:07,690 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:37:07,690 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:37:07,691 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 17:37:07,691 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:37:07,691 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f5d7df795c0) -- 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 0x7f5d7df80e60> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:37:07,695 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:37:07,698 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:07,699 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 17:37:07,702 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:07,702 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 17:37:07,706 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:07,706 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 17:37:07,709 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:07,709 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 17:37:07,709 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:37:07,713 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:07,713 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 17:37:07,716 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:37:07,716 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:37:07,719 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-uuid/84f2e2ec-f86b-4e82-a5df-f61192893105 ' '/dev/disk/by-id/dm-uuid-LVM-boXJ1PPgjTzSgnF3XYHoZLjA7jIXZMYrg2oGpv0On4nYF1ZQVl8CdHWcQmX7UrNS ' '/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-boXJ1PPgjTzSgnF3XYHoZLjA7jIXZMYrg2oGpv0On4nYF1ZQVl8CdHWcQmX7UrNS', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '84f2e2ec-f86b-4e82-a5df-f61192893105', 'ID_FS_UUID_ENC': '84f2e2ec-f86b-4e82-a5df-f61192893105', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1054587391'} ; 2024-03-01 17:37:07,719 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:37:07,720 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:07,724 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:37:07,724 INFO program/MainThread: stderr[15]: 2024-03-01 17:37:07,724 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:37:07,724 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:07,727 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:37:07,727 INFO program/MainThread: stderr[16]: 2024-03-01 17:37:07,727 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:37:07,728 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:07,731 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:37:07,731 INFO program/MainThread: stderr[17]: 2024-03-01 17:37:07,731 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:37:07,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:07,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:37:07,741 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,742 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,742 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,743 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,739 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,743 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:07,746 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:37:07,746 INFO program/MainThread: stderr[18]: 2024-03-01 17:37:07,747 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:37:07,751 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:37:07,751 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:37:07,751 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:07,761 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:07,774 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:37:07,775 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:37:07,779 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 17:37:07,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:07,785 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 17:37:07,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:07,788 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:37:07,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:37:07,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:07,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:37:07,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:07,801 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:37:07,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:37:07,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:07,810 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 17:37:07,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:07,813 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:37:07,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:37:07,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:07,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:37:07,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:07,825 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:37:07,827 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 17:37:07,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:07,833 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 17:37:07,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:07,836 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 17:37:07,839 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 17:37:07,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:07,845 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 17:37:07,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:07,848 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:37:07,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:07,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:07,855 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:37:07,855 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:07,855 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:07,856 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:07,856 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:07,857 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:07,857 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:07,857 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:07,858 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:07,858 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:07,859 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:07,859 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:07,859 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:07,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:07,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:37:07,866 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:37:07,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:37:07,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:37:07,872 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:37:07,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:37:07,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:37:07,878 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:37:07,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:07,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:37:07,884 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:37:07,886 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,887 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,887 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,888 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,884 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,891 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,891 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,891 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,892 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,888 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,895 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,895 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,896 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,896 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,893 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,899 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,899 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,900 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,900 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,897 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,903 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,903 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,904 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,904 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,901 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,907 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,907 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,908 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,908 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,905 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,911 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,912 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,912 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,912 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,909 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,915 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,916 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,916 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,917 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,913 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,919 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,920 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,920 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,921 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,917 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,923 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,924 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,924 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,925 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,921 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,927 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,928 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,928 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,929 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,925 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,931 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,932 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,932 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,933 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,929 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,935 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,936 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,936 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,937 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,933 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,939 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,940 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,940 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,941 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,937 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,943 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,944 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,944 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,945 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,941 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,947 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,948 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,948 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,949 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,945 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,951 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,952 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,952 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,953 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,949 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,955 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,956 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,957 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,957 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,953 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,960 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,960 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,961 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,961 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,958 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,964 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,964 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,965 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,965 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,962 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,968 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,968 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,969 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,969 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,966 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,972 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,972 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,973 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,973 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,970 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,976 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,977 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,977 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,977 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,974 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,980 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,981 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,981 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,982 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,978 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,984 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,985 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,985 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,986 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,982 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,988 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,989 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,989 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,990 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,986 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,992 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,993 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,993 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,994 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,990 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:07,996 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,997 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,997 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:07,998 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,994 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:08,000 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:08,001 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:08,001 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:08,002 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:07,998 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:08,004 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:08,005 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:08,005 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:08,006 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:08,002 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:08,008 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:08,009 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:08,009 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:08,010 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:08,006 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:08,012 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:08,013 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:08,013 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:08,014 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:37:08,010 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f5d7df4fdd8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = g2oGpv-0On4-nYF1-ZQVl-8CdH-WcQm-X7UrNS size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5d7dfca940) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = boXJ1P-PgjT-zSgn-F3XY-HoZL-jA7j-IXZMYr 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 = 1.48 GiB PE Size = 4 MiB PE Count = 762 PE Free = 379 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:37:08,014 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:37:08,018 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:37:08,018 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:37:08,018 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 17:37:08,022 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:37:08,022 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:37:08,023 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 17:37:08,027 INFO program/MainThread: stdout[19]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:37:08,027 INFO program/MainThread: stderr[19]: 2024-03-01 17:37:08,027 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:37:08,032 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:37:08,032 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:37:08,032 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:37:08,032 DEBUG blivet.ansible/MainThread: ['sdb', 'sdc', 'test_vg1', 'sda'] 2024-03-01 17:37:08,032 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:37:08,035 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:37:08,036 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:37:08,039 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:37:08,042 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:37:08,045 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:37:08,046 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:37:08,046 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:37:08,046 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:37:08,046 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:37:08,049 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:37:08,049 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:37:08,049 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:37:08,053 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:37:08,053 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:37:08,053 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:37:08,053 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:37:08,056 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:37:08,056 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:37:08,056 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 17:37:08,059 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:37:08,059 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:37:08,059 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:37:08,060 DEBUG blivet/MainThread: removing sda 2024-03-01 17:37:08,062 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:37:08,063 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:37:08,063 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:37:08,066 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:37:08,066 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:37:08,067 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:08,078 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:08,090 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:08,103 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:08,118 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:37:08,119 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:37:08,119 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:37:08,119 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:37:08,119 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:37:08,119 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:37:08,119 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:37:08,119 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:37:08,120 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:37:08,123 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:37:08,126 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:37:08,129 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:37:08,129 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:37:08,132 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:37:08,132 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 0x7f5d7dfbcf10> 2024-03-01 17:37:08,132 INFO blivet/MainThread: sorting actions... 2024-03-01 17:37:08,133 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:37:08,133 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:37:08,133 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:37:08,134 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:37:08,134 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:37:08,134 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:37:08,134 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:37:08,137 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:08,140 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:37:08,141 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:37:08,148 INFO program/MainThread: stdout: 2024-03-01 17:37:08,148 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:37:08,148 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:08,149 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:08,168 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:08,168 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:08,181 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:08,181 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:37:08,186 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:37:08,189 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:37:08,193 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:37:08,196 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:37:08,210 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:37:08,210 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 17:37:08,247 INFO program/MainThread: stdout[20]: 2024-03-01 17:37:08,247 INFO program/MainThread: stderr[20]: 2024-03-01 17:37:08,247 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:37:08,252 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:37:08,255 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:08,258 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:37:08,262 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:08,265 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:37:08,268 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:08,271 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:37:08,275 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:37:08,275 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 17:37:08,313 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 17:37:08,313 INFO program/MainThread: stderr[21]: 2024-03-01 17:37:08,314 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:37:08,314 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:37:08,321 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:37:08,325 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:37:08,331 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:37:08,340 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:08,346 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:37:08,353 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:08,359 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:37:08,366 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:08,372 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:37:08,377 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:37:08,377 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 17:37:08,420 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 17:37:08,421 INFO program/MainThread: stderr[22]: 2024-03-01 17:37:08,421 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:37:08,421 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 17:37:08,459 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:37:08,459 INFO program/MainThread: stderr[23]: 2024-03-01 17:37:08,459 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:37:08,459 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 17:37:08,490 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 17:37:08,490 INFO program/MainThread: stderr[24]: 2024-03-01 17:37:08,490 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:37:08,491 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:37:08,498 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:08,505 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:37:08,510 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:37:08,511 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 17:37:08,560 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:37:08,560 INFO program/MainThread: stderr[25]: 2024-03-01 17:37:08,560 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:37:08,560 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:37:08,561 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:08,598 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:08,599 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:08,617 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:08,618 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:08,632 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:08,632 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:37:08,636 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:08,639 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:37:08,642 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:37:08,643 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 17:37:08,671 INFO program/MainThread: stdout[26]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:37:08,671 INFO program/MainThread: stderr[26]: 2024-03-01 17:37:08,671 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:37:08,671 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:37:08,672 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:08,706 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:08,707 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:08,718 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:08,719 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:08,733 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:08,734 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:37:08,738 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:08,741 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:37:08,744 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:37:08,745 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 17:37:08,772 INFO program/MainThread: stdout[27]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:37:08,772 INFO program/MainThread: stderr[27]: 2024-03-01 17:37:08,772 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:37:08,772 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:37:08,773 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:08,800 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:08,801 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:08,820 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:08,820 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:08,835 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:08,840 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:37:08,840 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 0x7f5d7df631a8> 2024-03-01 17:37:23,204 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ws8bzfaj/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:37:27,855 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_xexh3vj6/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:37:35,029 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_jvwu0in9/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:37:35,065 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:35,065 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:37:35,068 INFO program/MainThread: stdout[2]: 2024-03-01 17:37:35,069 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 17:37:35,069 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:37:35,069 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:37:35,073 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:35,074 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:37:35,077 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:35,078 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:37:35,081 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:35,081 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:37:35,084 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:35,084 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:37:35,092 INFO program/MainThread: stdout: 2024-03-01 17:37:35,092 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:37:35,092 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:37:35,092 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:37:35,092 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:37:35,092 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:37:35,092 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:37:35,092 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:37:35,093 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:37:35,093 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:37:35,093 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:37:35,093 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:37:35,093 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:37:35,093 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:37:35,093 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:37:35,093 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:37:35,093 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:35,093 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 17:37:35,093 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:37:35,093 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:37:35,094 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:37:35,094 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:37:35,094 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:37:35,094 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:37:35,094 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:35,107 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:35,118 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:37:35,123 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553680105'} ; 2024-03-01 17:37:35,123 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 17:37:35,123 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 17:37:35,151 INFO program/MainThread: stdout[3]: 2024-03-01 17:37:35,151 INFO program/MainThread: stderr[3]: 2024-03-01 17:37:35,151 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:37:35,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:35,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:35,165 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:37:35,169 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:37:35,170 INFO blivet/MainThread: sda is a disk 2024-03-01 17:37:35,170 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:37:35,170 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:37:35,174 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:37:35,177 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:37:35,177 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 17:37:35,181 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 17:37:35,181 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:37:35,182 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:37:35,182 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2ce1ff7630) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:37:35,186 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:37:35,186 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:37:35,189 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553642513'} ; 2024-03-01 17:37:35,189 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 17:37:35,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:37:35,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:35,199 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:37:35,200 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:37:35,200 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:37:35,200 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:37:35,203 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:37:35,206 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:37:35,207 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 17:37:35,210 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 17:37:35,210 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:37:35,211 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:37:35,211 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2ce1f38e48) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:37:35,214 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:37:35,214 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:37:35,218 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:37:35,218 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 17:37:35,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:37:35,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:35,228 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:37:35,229 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:37:35,229 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:37:35,229 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:37:35,232 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:37:35,235 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:37:35,235 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 17:37:35,239 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 17:37:35,239 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:37:35,239 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:37:35,240 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2ce1f38f98) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:37:35,243 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:37:35,243 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:37:35,246 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:37:35,246 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 17:37:35,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:37:35,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:35,257 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:37:35,257 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:37:35,257 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:37:35,257 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:37:35,261 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:37:35,264 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:37:35,264 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 17:37:35,267 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 17:37:35,268 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:37:35,268 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:37:35,268 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2ce0eebfd0) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:37:35,272 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:37:35,272 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:37:35,275 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553687452'} ; 2024-03-01 17:37:35,275 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 17:37:35,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:37:35,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:35,286 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:37:35,286 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:37:35,286 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:37:35,286 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:37:35,290 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:37:35,293 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:37:35,293 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 17:37:35,296 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 17:37:35,297 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:37:35,297 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:37:35,297 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2ce1f38c50) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:37:35,300 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:37:35,301 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:37:35,304 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:37:35,304 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 17:37:35,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:37:35,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:35,314 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:37:35,315 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:37:35,315 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:37:35,315 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:37:35,318 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:37:35,322 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:37:35,322 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 17:37:35,325 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 17:37:35,326 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:37:35,326 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:37:35,326 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2ce0eeae48) -- 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:37:35,329 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:37:35,330 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:37:35,333 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:37:35,333 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 17:37:35,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:37:35,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:35,343 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:37:35,344 INFO blivet/MainThread: sde is a disk 2024-03-01 17:37:35,344 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:37:35,344 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:37:35,347 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:37:35,350 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:37:35,351 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 17:37:35,354 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 17:37:35,354 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:37:35,355 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:37:35,355 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2ce0eff4e0) -- 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:37:35,358 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:37:35,358 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:37:35,362 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:37:35,362 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 17:37:35,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:37:35,369 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:35,373 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:37:35,373 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:37:35,373 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:37:35,374 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:37:35,377 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:37:35,380 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:37:35,380 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 17:37:35,384 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 17:37:35,384 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:37:35,385 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:37:35,385 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2ce0eea080) -- 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:37:35,388 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:37:35,388 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:37:35,392 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:37:35,392 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 17:37:35,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:37:35,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:35,402 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:37:35,402 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:37:35,403 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:37:35,403 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:37:35,406 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:37:35,409 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:37:35,409 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 17:37:35,413 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 17:37:35,413 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:37:35,413 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:37:35,413 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2ce0efe3c8) -- 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:37:35,417 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:37:35,417 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:37:35,421 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:37:35,421 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 17:37:35,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:37:35,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:35,431 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:37:35,432 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:37:35,432 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:37:35,432 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:37:35,435 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:37:35,438 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:37:35,438 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 17:37:35,442 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 17:37:35,442 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:37:35,442 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:37:35,443 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2ce0eea7b8) -- 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:37:35,446 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:37:35,446 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:37:35,449 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:37:35,449 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 17:37:35,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:37:35,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:35,460 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:37:35,460 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:37:35,460 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:37:35,460 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:37:35,464 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:37:35,467 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:37:35,467 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 17:37:35,471 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 17:37:35,471 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:37:35,471 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:37:35,471 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2ce0f082b0) -- 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:37:35,475 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:37:35,475 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:37:35,478 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:37:35,478 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 17:37:35,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:37:35,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:35,488 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:37:35,489 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:37:35,489 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:37:35,489 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:37:35,492 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:37:35,496 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:37:35,496 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 17:37:35,499 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 17:37:35,499 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:37:35,500 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:37:35,500 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2ce0f08438) -- 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:37:35,503 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:37:35,503 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:37:35,506 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': '27468035'} ; 2024-03-01 17:37:35,507 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:37:35,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:35,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:35,517 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:37:35,517 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:37:35,517 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:37:35,517 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:37:35,517 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:37:35,517 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:37:35,520 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:37:35,524 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:37:35,524 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:37:35,527 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:37:35,527 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:37:35,528 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:37:35,528 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2ce0f0f208) -- 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 17:37:35,531 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:37:35,535 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:35,535 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:37:35,539 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:35,539 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:37:35,542 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:35,542 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:37:35,546 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:35,546 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:37:35,549 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:37:35,552 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:35,556 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:37:35,560 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 0x7f2ce0ef9788> 2024-03-01 17:37:38,363 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:37:38,367 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:37:38,367 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:37:38,371 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', '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': '27470448'} ; 2024-03-01 17:37:38,371 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:37:38,371 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:37:38,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:38,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:38,381 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:37:38,384 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:38,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:38,387 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:38,401 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:38,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:38,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:37:38,420 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:37:38,424 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:37:38,424 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:37:38,427 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:37:38,430 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:37:38,431 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:37:38,434 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:37:38,434 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:37:38,434 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:37:38,438 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:37:38,441 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:37:38,444 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:37:38,447 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:37:38,450 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:37:38,451 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:37:38,451 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:37:38,452 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:37:38,451 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f2ce22bf198) -- 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 0x7f2ce0f1f0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:37:38,455 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:37:38,459 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:38,459 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:37:38,462 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:38,462 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:37:38,466 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:38,466 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:37:38,469 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:38,470 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:37:38,471 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:37:38,471 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:37:38,475 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:38,475 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:37:38,478 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:37:38,479 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:37:38,479 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:38,493 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:38,505 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:37:38,506 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:37:38,509 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 17:37:38,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:38,515 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 17:37:38,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:38,518 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:37:38,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:37:38,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:38,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:37:38,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:38,530 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:37:38,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:37:38,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:38,538 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 17:37:38,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:38,542 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:37:38,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:37:38,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:38,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:37:38,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:38,554 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:37:38,556 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 17:37:38,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:38,562 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 17:37:38,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:38,565 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 17:37:38,568 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 17:37:38,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:38,574 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 17:37:38,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:38,577 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:37:38,577 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:37:43,180 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_qrpjau2d/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:37:43,216 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:43,216 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:37:43,219 INFO program/MainThread: stdout[2]: 2024-03-01 17:37:43,219 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 17:37:43,219 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:37:43,220 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:37:43,224 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:43,224 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:37:43,228 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:43,228 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:37:43,232 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:43,232 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:37:43,235 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:43,235 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:37:43,243 INFO program/MainThread: stdout: 2024-03-01 17:37:43,244 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:37:43,244 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:37:43,244 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:37:43,244 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:37:43,244 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:37:43,244 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:37:43,244 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:37:43,244 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:37:43,244 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:37:43,244 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:37:43,244 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:37:43,244 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:37:43,244 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:37:43,244 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:37:43,244 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:37:43,244 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:43,245 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 17:37:43,245 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:37:43,245 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:37:43,245 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:37:43,245 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:37:43,245 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:37:43,246 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:37:43,246 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:43,257 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:43,268 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:37:43,272 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553680105'} ; 2024-03-01 17:37:43,273 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 17:37:43,273 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 17:37:43,304 INFO program/MainThread: stdout[3]: 2024-03-01 17:37:43,304 INFO program/MainThread: stderr[3]: 2024-03-01 17:37:43,304 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:37:43,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:43,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:43,318 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:37:43,323 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:37:43,324 INFO blivet/MainThread: sda is a disk 2024-03-01 17:37:43,324 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:37:43,324 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:37:43,328 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:37:43,331 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:37:43,331 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 17:37:43,335 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 17:37:43,336 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:37:43,336 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:37:43,336 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0afa4be6a0) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:37:43,340 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:37:43,340 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:37:43,344 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553642513'} ; 2024-03-01 17:37:43,344 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 17:37:43,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:37:43,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:43,354 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:37:43,355 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:37:43,355 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:37:43,355 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:37:43,358 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:37:43,361 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:37:43,362 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 17:37:43,365 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 17:37:43,365 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:37:43,366 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:37:43,366 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0afa3ffeb8) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:37:43,369 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:37:43,369 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:37:43,373 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:37:43,373 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 17:37:43,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:37:43,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:43,383 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:37:43,384 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:37:43,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:37:43,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:37:43,387 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:37:43,390 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:37:43,391 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 17:37:43,394 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 17:37:43,394 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:37:43,395 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:37:43,395 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0afa3ffda0) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:37:43,398 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:37:43,398 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:37:43,402 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:37:43,402 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 17:37:43,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:37:43,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:43,412 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:37:43,413 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:37:43,413 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:37:43,413 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:37:43,416 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:37:43,419 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:37:43,420 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 17:37:43,423 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 17:37:43,423 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:37:43,424 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:37:43,424 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0af93b2f60) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:37:43,427 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:37:43,428 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:37:43,431 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553687452'} ; 2024-03-01 17:37:43,431 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 17:37:43,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:37:43,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:43,441 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:37:43,442 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:37:43,442 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:37:43,442 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:37:43,445 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:37:43,449 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:37:43,449 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 17:37:43,452 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 17:37:43,452 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:37:43,453 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:37:43,453 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0afa3ffe10) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:37:43,456 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:37:43,456 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:37:43,460 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:37:43,460 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 17:37:43,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:37:43,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:43,470 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:37:43,471 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:37:43,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:37:43,471 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:37:43,475 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:37:43,478 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:37:43,478 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 17:37:43,481 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 17:37:43,482 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:37:43,482 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:37:43,482 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0af93b1eb8) -- 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:37:43,486 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:37:43,486 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:37:43,489 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:37:43,489 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 17:37:43,493 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:37:43,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:43,500 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:37:43,500 INFO blivet/MainThread: sde is a disk 2024-03-01 17:37:43,500 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:37:43,500 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:37:43,503 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:37:43,507 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:37:43,507 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 17:37:43,510 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 17:37:43,511 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:37:43,511 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:37:43,511 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0af93c6550) -- 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:37:43,515 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:37:43,515 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:37:43,518 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:37:43,518 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 17:37:43,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:37:43,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:43,529 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:37:43,529 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:37:43,529 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:37:43,529 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:37:43,533 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:37:43,536 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:37:43,536 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 17:37:43,539 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 17:37:43,540 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:37:43,540 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:37:43,540 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0af93b1d30) -- 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:37:43,544 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:37:43,544 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:37:43,547 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:37:43,547 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 17:37:43,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:37:43,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:43,558 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:37:43,558 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:37:43,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:37:43,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:37:43,562 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:37:43,565 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:37:43,565 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 17:37:43,568 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 17:37:43,569 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:37:43,569 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:37:43,569 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0af93c1438) -- 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:37:43,573 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:37:43,573 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:37:43,576 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:37:43,577 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 17:37:43,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:37:43,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:43,587 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:37:43,587 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:37:43,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:37:43,588 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:37:43,591 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:37:43,594 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:37:43,594 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 17:37:43,597 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 17:37:43,598 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:37:43,598 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:37:43,598 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0af93b1518) -- 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:37:43,602 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:37:43,602 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:37:43,605 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:37:43,605 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 17:37:43,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:37:43,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:43,616 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:37:43,616 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:37:43,616 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:37:43,616 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:37:43,620 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:37:43,623 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:37:43,623 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 17:37:43,627 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 17:37:43,627 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:37:43,627 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:37:43,628 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0af93cf320) -- 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:37:43,631 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:37:43,631 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:37:43,635 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:37:43,635 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 17:37:43,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:37:43,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:43,645 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:37:43,646 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:37:43,646 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:37:43,646 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:37:43,649 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:37:43,652 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:37:43,652 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 17:37:43,656 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 17:37:43,656 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:37:43,656 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:37:43,656 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0af93cf4a8) -- 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:37:43,660 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:37:43,660 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:37:43,663 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': '27468035'} ; 2024-03-01 17:37:43,663 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:37:43,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:43,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:43,673 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:37:43,674 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:37:43,674 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:37:43,674 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:37:43,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:37:43,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:37:43,677 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:37:43,681 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:37:43,681 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:37:43,684 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:37:43,684 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:37:43,685 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:37:43,685 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0af93d6278) -- 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 17:37:43,688 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:37:43,692 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:43,692 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:37:43,696 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:43,696 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:37:43,699 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:43,699 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:37:43,703 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:43,703 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:37:43,706 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:37:43,709 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:43,713 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:37:43,717 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 0x7f0af93c0c08> 2024-03-01 17:37:46,761 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:37:46,765 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:37:46,766 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:37:46,770 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': '27470448'} ; 2024-03-01 17:37:46,770 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:37:46,770 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:37:46,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:46,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:46,780 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:37:46,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:46,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:46,786 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:46,799 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:46,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:46,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:37:46,818 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:37:46,822 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:37:46,822 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:37:46,825 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:37:46,829 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:37:46,829 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:37:46,833 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:37:46,833 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:37:46,833 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:37:46,836 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:37:46,840 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:37:46,843 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:37:46,846 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:37:46,849 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:37:46,850 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:37:46,850 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:37:46,851 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:37:46,850 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f0b083e4208) -- 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 0x7f0af93e60f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:37:46,854 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:37:46,858 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:46,858 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:37:46,861 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:46,861 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:37:46,865 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:46,865 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:37:46,869 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:46,869 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:37:46,871 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:37:46,871 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:37:46,874 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:46,875 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:37:46,878 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:37:46,878 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:37:46,878 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:46,889 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:46,901 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:37:46,902 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:37:46,906 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 17:37:46,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:46,912 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 17:37:46,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:46,916 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:37:46,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:37:46,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:46,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:37:46,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:46,927 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:37:46,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:37:46,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:46,936 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 17:37:46,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:46,939 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:37:46,942 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:37:46,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:46,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:37:46,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:46,951 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:37:46,954 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 17:37:46,957 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:46,960 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 17:37:46,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:46,963 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 17:37:46,966 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 17:37:46,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:46,972 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 17:37:46,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:46,975 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:37:46,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:46,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:46,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:46,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:46,987 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:37:46,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:46,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:37:46,993 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:37:46,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:37:46,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:37:46,999 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:37:47,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:37:47,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:37:47,005 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:37:47,008 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:37:47,009 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:37:47,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:37:47,012 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:37:47,012 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:37:47,016 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:37:47,016 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:37:47,019 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:37:47,019 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:37:47,019 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:37:47,023 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:37:47,023 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:37:47,026 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:37:47,026 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:37:47,029 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:37:47,029 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:37:47,029 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:37:47,032 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:37:47,032 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:37:47,036 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:37:47,036 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:37:47,037 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:37:47,041 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:37:47,045 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:37:47,048 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:37:47,052 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:37:47,056 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:37:47,059 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:37:47,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:37:47,063 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:37:47,064 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:37:47,064 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:37:47,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:47,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:47,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:47,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:47,078 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:37:47,079 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:37:47,079 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:37:47,079 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 17:37:47,080 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:37:47,080 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:37:47,083 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:47,083 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:37:47,086 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:47,087 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:37:47,091 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:37:47,094 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:37:47,095 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:37:47,098 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:37:47,101 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:37:47,105 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:37:47,109 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:37:47,109 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:37:47,110 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:37:47,110 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:37:47,110 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:37:47,114 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:37:47,114 INFO program/MainThread: stderr[4]: 2024-03-01 17:37:47,114 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:37:47,115 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:37:47,115 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:37:47,115 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:37:47,120 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:37:47,120 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:37:47,121 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:37:47,121 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:37:47,121 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:37:47,121 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:37:47,121 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:37:47,121 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:37:47,121 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:37:47,121 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:37:47,121 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:37:47,121 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:37:47,122 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:37:47,125 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:37:47,128 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:37:47,131 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:37:47,131 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:37:47,134 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:37:47,134 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 0x7f0af9319eb8> 2024-03-01 17:37:47,135 INFO blivet/MainThread: sorting actions... 2024-03-01 17:37:47,136 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:37:47,136 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:37:47,136 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:37:47,136 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:37:47,137 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:37:47,137 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:37:47,137 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:37:47,137 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:37:47,137 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:37:47,137 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:37:47,140 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:47,143 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:37:47,143 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:37:47,150 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,150 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:47,179 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,179 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:47,192 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,192 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:37:47,196 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:47,199 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:37:47,199 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:37:47,207 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,207 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:47,235 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,235 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:47,246 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,246 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:37:47,250 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:47,253 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:37:47,254 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:37:47,260 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,260 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:47,291 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,291 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:47,304 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,304 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:37:47,308 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:47,311 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:37:47,315 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:37:47,315 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:37:47,315 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 17:37:47,347 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 17:37:47,347 INFO program/MainThread: stderr[5]: 2024-03-01 17:37:47,347 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:37:47,348 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:47,365 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,369 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:37:47,369 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 17:37:47,371 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:37:47,380 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,380 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:47,406 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,406 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:37:47,410 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:47,413 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:37:47,416 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:37:47,416 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:37:47,416 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:37:47,451 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:37:47,451 INFO program/MainThread: stderr[6]: 2024-03-01 17:37:47,451 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:37:47,451 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:47,469 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,474 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:37:47,474 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 17:37:47,475 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:37:47,485 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,485 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:47,509 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,509 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:37:47,513 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:47,516 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:37:47,520 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:37:47,520 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:37:47,520 INFO program/MainThread: Running [7] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:37:47,552 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:37:47,553 INFO program/MainThread: stderr[7]: 2024-03-01 17:37:47,553 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:37:47,553 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:47,572 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,576 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:37:47,576 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 17:37:47,578 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:37:47,587 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,587 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:47,611 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,611 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:37:47,615 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:37:47,618 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:37:47,621 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:47,625 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:37:47,628 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:47,631 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:37:47,634 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:47,638 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:37:47,641 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:37:47,641 INFO program/MainThread: Running [8] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:47,703 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 17:37:47,703 INFO program/MainThread: stderr[8]: 2024-03-01 17:37:47,703 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:37:47,711 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:37:47,723 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:37:47,726 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:47,730 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:37:47,733 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:47,737 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:37:47,740 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:47,743 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:37:47,743 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:47,754 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,759 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:37:47,763 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:37:47,763 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:47,772 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,773 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:37:47,781 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,782 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:47,791 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,792 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:37:47,796 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:37:47,799 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:37:47,803 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:37:47,806 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:37:47,810 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:47,813 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:37:47,817 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:47,821 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:37:47,824 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:47,828 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:37:47,828 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:47,841 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,845 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:37:47,846 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/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:47,872 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 17:37:47,872 INFO program/MainThread: stderr[9]: 2024-03-01 17:37:47,872 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:37:47,877 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:37:47,877 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:47,970 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 17:37:47,970 INFO program/MainThread: stderr[10]: 2024-03-01 17:37:47,970 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:37:47,979 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:47,985 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:37:47,986 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:37:47,986 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:48,010 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:48,015 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 17:37:48,016 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:37:48,017 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:37:48,026 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:48,027 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:48,042 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:48,042 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:37:48,047 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:48,050 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:37:48,053 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:37:48,053 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:37:48,078 INFO program/MainThread: stdout: 2024-03-01 17:37:48,078 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 17:37:48,078 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:37:48,078 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:37:48,078 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:37:48,078 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 17:37:48,078 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:37:48,078 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:37:48,078 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:37:48,079 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:37:48,079 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:37:48,079 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:48,079 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:37:48,092 INFO program/MainThread: stdout: 2024-03-01 17:37:48,093 INFO program/MainThread: writing all SBs 2024-03-01 17:37:48,093 INFO program/MainThread: new label = "" 2024-03-01 17:37:48,093 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:48,093 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:48,110 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:48,114 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:37:48,114 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:37:48,116 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:37:48,125 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:48,126 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:48,141 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:48,146 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:37:48,146 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 0x7f0af92b31a8> 2024-03-01 17:37:48,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:48,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:37:48,153 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:37:48,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:48,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:37:48,160 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:38:01,935 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_owu68ors/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:38:01,971 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:01,971 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:38:01,975 INFO program/MainThread: stdout[2]: 2024-03-01 17:38:01,975 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 17:38:01,975 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:38:01,975 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:38:01,979 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:01,980 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:38:01,983 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:01,984 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:38:01,987 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:01,987 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:38:01,990 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:01,990 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:38:02,000 INFO program/MainThread: stdout: 2024-03-01 17:38:02,001 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:38:02,001 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz 2024-03-01 17:38:02,001 INFO program/MainThread: `-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 17:38:02,001 INFO program/MainThread: |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 2024-03-01 17:38:02,001 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 2024-03-01 17:38:02,001 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe 2024-03-01 17:38:02,001 INFO program/MainThread: |-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 17:38:02,001 INFO program/MainThread: | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 2024-03-01 17:38:02,001 INFO program/MainThread: | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 2024-03-01 17:38:02,001 INFO program/MainThread: `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- 2024-03-01 17:38:02,001 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 2024-03-01 17:38:02,001 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN 2024-03-01 17:38:02,001 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:38:02,001 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:38:02,001 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:38:02,001 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:38:02,001 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:38:02,001 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:38:02,001 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:38:02,001 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:38:02,001 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:38:02,001 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:38:02,001 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:38:02,001 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:02,001 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz `-test_vg1-lv1-real 1606418432 root disk brw-rw---- |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 sdb 1073741824 root disk brw-rw---- LVM2_member BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe |-test_vg1-lv1-real 1606418432 root disk brw-rw---- | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 sdc 1073741824 root disk brw-rw---- LVM2_member 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN 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 17:38:02,002 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:38:02,002 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:38:02,002 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:38:02,002 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:38:02,002 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:38:02,003 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:38:02,003 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:02,016 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:02,029 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1', 'test_vg1-lv1-real', 'test_vg1-lv1_snapset1-cow', 'test_vg1-lv1_snapset1'] 2024-03-01 17:38:02,033 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/lvm-pv-uuid-oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', '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': 'oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz', 'ID_FS_UUID_ENC': 'oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553680105'} ; 2024-03-01 17:38:02,033 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 17:38:02,034 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 17:38:02,058 INFO program/MainThread: stdout[3]: 2024-03-01 17:38:02,059 INFO program/MainThread: stderr[3]: 2024-03-01 17:38:02,059 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:38:02,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:02,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:02,072 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:38:02,076 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:38:02,077 INFO blivet/MainThread: sda is a disk 2024-03-01 17:38:02,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:38:02,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:38:02,081 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:38:02,084 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:38:02,084 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 17:38:02,088 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 17:38:02,088 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:38:02,089 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:38:02,089 INFO blivet/MainThread: got device: DiskDevice instance (0x7fcbc73a1ba8) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:38:02,093 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:38:02,096 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:02,097 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:38:02,100 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:02,100 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:38:02,103 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:02,104 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:38:02,107 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:02,107 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:38:02,110 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:38:02,110 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:38:02,111 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 17:38:02,142 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:38:02,142 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe. WARNING: Couldn't find device with uuid 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN. WARNING: VG test_vg1 is missing PV BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 17:38:02,142 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:38:02,143 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:38:02,148 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz ; label: None ; device: /dev/sda ; serial: 36001405efaa722eff094890a3724a541 ; exists: True ; vg_name: test_vg1 ; vg_uuid: norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm ; pe_start: 8 MiB ; 2024-03-01 17:38:02,148 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:38:02,151 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:38:02,154 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm ; incomplete: True ; hidden: False ; 2024-03-01 17:38:02,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:38:02,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:02,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:02,164 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 17:38:02,193 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:38:02,193 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe. WARNING: Couldn't find device with uuid 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN. WARNING: VG test_vg1 is missing PV BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 17:38:02,193 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:38:02,193 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:38:02,194 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:38:02,199 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:38:02,203 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:38:02,203 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:38:02,207 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:38:02,207 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 17:38:02,234 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=3p9Y1L-vxqi-zPUz-XG7m-Xp5Y-ESrA-q0bLpf LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:38:02,234 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe. WARNING: Couldn't find device with uuid 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN. WARNING: VG test_vg1 is missing PV BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 17:38:02,234 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:38:02,239 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:38:02,240 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:38:02,243 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:38:02,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm ; incomplete: True ; hidden: False ; 2024-03-01 17:38:02,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:38:02,249 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:38:02,250 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:38:02,253 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/lvm-pv-uuid-BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396', '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': 'BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe', 'ID_FS_UUID_ENC': 'BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553642513'} ; 2024-03-01 17:38:02,253 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 17:38:02,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:38:02,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:02,264 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:38:02,265 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:38:02,265 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:38:02,265 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:38:02,268 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:38:02,271 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:38:02,272 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 17:38:02,275 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 17:38:02,275 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:38:02,276 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:38:02,276 INFO blivet/MainThread: got device: DiskDevice instance (0x7fcbc635ae48) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:38:02,279 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:38:02,283 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:02,283 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:38:02,286 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:02,287 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:38:02,290 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:02,290 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:38:02,294 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:02,294 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:38:02,297 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:38:02,297 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:38:02,297 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 17:38:02,325 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:38:02,325 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN. WARNING: VG test_vg1 is missing PV 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN (last written to /dev/sdc). 2024-03-01 17:38:02,325 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:38:02,326 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:38:02,330 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe ; label: None ; device: /dev/sdb ; serial: 36001405814a177f25a64e11afedc6396 ; exists: True ; vg_name: test_vg1 ; vg_uuid: norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm ; pe_start: 8 MiB ; free: 192 MiB ; 2024-03-01 17:38:02,330 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:38:02,333 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:38:02,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm ; incomplete: True ; hidden: False ; 2024-03-01 17:38:02,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:38:02,343 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:38:02,347 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:38:02,350 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:38:02,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm ; incomplete: True ; hidden: False ; 2024-03-01 17:38:02,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:02,357 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 17:38:02,383 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=3p9Y1L-vxqi-zPUz-XG7m-Xp5Y-ESrA-q0bLpf LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:38:02,383 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN. WARNING: VG test_vg1 is missing PV 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN (last written to /dev/sdc). 2024-03-01 17:38:02,383 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:38:02,383 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:38:02,384 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:38:02,388 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:38:02,389 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 17:38:02,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:38:02,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:02,399 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:38:02,400 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:38:02,400 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:38:02,400 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:38:02,403 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:38:02,407 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:38:02,407 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 17:38:02,410 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 17:38:02,411 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:38:02,411 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:38:02,411 INFO blivet/MainThread: got device: DiskDevice instance (0x7fcbc62cf710) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:38:02,415 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:38:02,415 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:38:02,418 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:38:02,418 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 17:38:02,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:38:02,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:02,429 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:38:02,429 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:38:02,429 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:38:02,429 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:38:02,433 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:38:02,436 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:38:02,436 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 17:38:02,439 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 17:38:02,440 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:38:02,440 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:38:02,440 INFO blivet/MainThread: got device: DiskDevice instance (0x7fcbc62d6828) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:38:02,444 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:38:02,444 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:38:02,447 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/lvm-pv-uuid-7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442', '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': '7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN', 'ID_FS_UUID_ENC': '7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553687452'} ; 2024-03-01 17:38:02,447 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 17:38:02,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:38:02,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:02,458 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:38:02,458 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:38:02,458 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:38:02,458 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:38:02,462 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:38:02,465 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:38:02,465 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 17:38:02,469 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 17:38:02,469 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:38:02,469 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:38:02,469 INFO blivet/MainThread: got device: DiskDevice instance (0x7fcbc62d60f0) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:38:02,473 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:38:02,476 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:02,476 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:38:02,480 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:02,480 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:38:02,484 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:02,484 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:38:02,487 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:02,487 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:38:02,490 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:38:02,490 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:38:02,490 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/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:02,524 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:38:02,524 INFO program/MainThread: stderr[9]: 2024-03-01 17:38:02,524 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:38:02,525 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:38:02,529 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN ; label: None ; device: /dev/sdc ; serial: 360014055ae7217664324061aa4a87442 ; exists: True ; vg_name: test_vg1 ; vg_uuid: norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:38:02,529 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:38:02,533 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:38:02,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm ; incomplete: True ; hidden: False ; 2024-03-01 17:38:02,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:02,543 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:38:02,546 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:38:02,549 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:38:02,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm ; incomplete: True ; hidden: False ; 2024-03-01 17:38:02,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:02,556 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/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:02,585 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=3p9Y1L-vxqi-zPUz-XG7m-Xp5Y-ESrA-q0bLpf LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:38:02,585 INFO program/MainThread: stderr[10]: 2024-03-01 17:38:02,585 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:38:02,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:02,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:02,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:02,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:38:02,600 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:38:02,604 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:38:02,604 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:38:02,607 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:38:02,611 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:38:02,612 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:38:02,615 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 17:38:02,616 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:38:02,616 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:38:02,620 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:38:02,624 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:38:02,624 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:38:02,628 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:38:02,631 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:38:02,631 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:38:02,635 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 17:38:02,635 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:38:02,636 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:38:02,636 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:38:02,639 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:38:02,639 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:38:02,643 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 17:38:02,643 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:38:02,647 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm5jbDtjujt0zzoc2qV06t6oLGgcQq3ZY3 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm5jbDtjujt0zzoc2qV06t6oLGgcQq3ZY3', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3', 'ID_FS_UUID_ENC': 'bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1115046867'} ; 2024-03-01 17:38:02,647 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:38:02,647 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:02,651 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:38:02,651 INFO program/MainThread: stderr[11]: 2024-03-01 17:38:02,651 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:38:02,651 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:02,654 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:38:02,655 INFO program/MainThread: stderr[12]: 2024-03-01 17:38:02,655 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:38:02,655 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:02,658 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:38:02,658 INFO program/MainThread: stderr[13]: 2024-03-01 17:38:02,658 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:38:02,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:02,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:38:02,669 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:02,669 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:02,670 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:02,670 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:02,666 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fcbc62d65f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fcbc73b09e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:02,671 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:02,674 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:38:02,674 INFO program/MainThread: stderr[14]: 2024-03-01 17:38:02,674 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:38:02,679 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:38:02,682 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:02,683 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:38:02,687 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:02,687 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:38:02,690 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:02,690 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:38:02,694 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:02,694 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:38:02,696 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:38:02,696 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:38:02,700 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:02,700 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:38:02,703 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:38:02,704 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:38:02,707 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:02,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:02,711 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv1_snapset1' 2024-03-01 17:38:02,711 INFO program/MainThread: Running [15] lvm lvs --noheadings -o origin test_vg1/lv1_snapset1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:02,737 INFO program/MainThread: stdout[15]: lv1 2024-03-01 17:38:02,737 INFO program/MainThread: stderr[15]: 2024-03-01 17:38:02,737 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:38:02,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:02,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:38:02,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:02,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:38:02,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3p9Y1L-vxqi-zPUz-XG7m-Xp5Y-ESrA-q0bLpf ; incomplete: False ; hidden: False ; 2024-03-01 17:38:02,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:38:02,758 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:38:02,762 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 17:38:02,762 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:38:02,766 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 17:38:02,770 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:38:02,770 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:38:02,774 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:38:02,774 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 17:38:02,774 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:38:02,778 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 17:38:02,782 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 17:38:02,782 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:38:02,786 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 17:38:02,789 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:38:02,789 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:38:02,793 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:38:02,793 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 17:38:02,794 DEBUG blivet/MainThread: Adding test_vg1-lv1_snapset1/308 MiB to test_vg1 2024-03-01 17:38:02,794 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv1_snapset1 (id 58) to device tree 2024-03-01 17:38:02,797 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:38:02,797 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:38:02,801 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:38:02,801 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 17:38:02,805 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-uuid/bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 ' '/dev/disk/by-id/dm-uuid-LVM-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm3p9Y1LvxqizPUzXG7mXp5YESrAq0bLpf ' '/dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm3p9Y1LvxqizPUzXG7mXp5YESrAq0bLpf', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3', 'ID_FS_UUID_ENC': 'bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1119683677'} ; 2024-03-01 17:38:02,805 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:38:02,805 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:38:02,809 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:38:02,809 INFO program/MainThread: stderr[16]: 2024-03-01 17:38:02,809 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:38:02,810 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:38:02,813 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:38:02,813 INFO program/MainThread: stderr[17]: 2024-03-01 17:38:02,813 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:38:02,813 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:38:02,816 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:38:02,816 INFO program/MainThread: stderr[18]: 2024-03-01 17:38:02,816 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:38:02,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:02,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 2024-03-01 17:38:02,827 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:02,828 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:02,828 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:02,829 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:02,824 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fcbc62cfbe0) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3p9Y1L-vxqi-zPUz-XG7m-Xp5Y-ESrA-q0bLpf size = 308 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fcbc73b09e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:38:02,830 INFO program/MainThread: Running [19] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:38:02,833 INFO program/MainThread: stdout[19]: LVM 2024-03-01 17:38:02,833 INFO program/MainThread: stderr[19]: 2024-03-01 17:38:02,833 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:38:02,837 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 17:38:02,841 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:02,841 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:38:02,845 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:02,845 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:38:02,849 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:02,849 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:38:02,852 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:02,853 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:38:02,853 INFO blivet/MainThread: type detected on 'test_vg1-lv1_snapset1' is 'xfs' 2024-03-01 17:38:02,856 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:02,856 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:38:02,860 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: xfs ; current: None ; 2024-03-01 17:38:02,860 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:38:02,860 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:38:02,864 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:38:02,864 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 17:38:02,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:38:02,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:02,875 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:38:02,875 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:38:02,875 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:38:02,876 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:38:02,879 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:38:02,882 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:38:02,882 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 17:38:02,886 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 17:38:02,886 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:38:02,887 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:38:02,887 INFO blivet/MainThread: got device: DiskDevice instance (0x7fcbc62f3320) -- name = sdd status = True id = 72 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:38:02,890 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:38:02,890 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:38:02,894 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:38:02,894 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 17:38:02,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:38:02,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:02,904 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:38:02,905 INFO blivet/MainThread: sde is a disk 2024-03-01 17:38:02,905 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 78 2024-03-01 17:38:02,905 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 79 2024-03-01 17:38:02,908 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:38:02,911 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:38:02,912 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 17:38:02,915 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 17:38:02,915 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:38:02,916 INFO blivet/MainThread: added disk sde (id 77) to device tree 2024-03-01 17:38:02,916 INFO blivet/MainThread: got device: DiskDevice instance (0x7fcbc62e9fd0) -- name = sde status = True id = 77 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:38:02,919 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:38:02,919 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:38:02,923 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:38:02,923 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 17:38:02,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:38:02,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:02,933 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:38:02,934 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:38:02,934 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:38:02,934 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 17:38:02,937 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:38:02,941 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:38:02,941 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 17:38:02,944 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 17:38:02,944 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:38:02,945 INFO blivet/MainThread: added disk sdf (id 82) to device tree 2024-03-01 17:38:02,945 INFO blivet/MainThread: got device: DiskDevice instance (0x7fcbc62f3fd0) -- name = sdf status = True id = 82 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:38:02,948 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:38:02,948 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:38:02,952 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:38:02,952 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 17:38:02,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:38:02,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:02,962 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:38:02,963 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:38:02,963 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:38:02,963 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:38:02,966 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:38:02,970 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:38:02,970 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 17:38:02,973 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 17:38:02,973 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:38:02,974 INFO blivet/MainThread: added disk sdg (id 87) to device tree 2024-03-01 17:38:02,974 INFO blivet/MainThread: got device: DiskDevice instance (0x7fcbc62f65f8) -- name = sdg status = True id = 87 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:38:02,977 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:38:02,977 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:38:02,981 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:38:02,981 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 17:38:02,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:38:02,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:02,992 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:38:02,992 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:38:02,992 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:38:02,993 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 94 2024-03-01 17:38:02,996 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:38:02,999 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:38:02,999 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 17:38:03,002 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 17:38:03,003 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:38:03,003 INFO blivet/MainThread: added disk sdh (id 92) to device tree 2024-03-01 17:38:03,003 INFO blivet/MainThread: got device: DiskDevice instance (0x7fcbc62f6ba8) -- name = sdh status = True id = 92 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:38:03,007 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:38:03,007 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:38:03,010 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:38:03,010 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 17:38:03,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:38:03,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:03,021 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:38:03,021 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:38:03,022 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:38:03,022 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 99 2024-03-01 17:38:03,025 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:38:03,028 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:38:03,028 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 17:38:03,032 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 17:38:03,032 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:38:03,033 INFO blivet/MainThread: added disk sdi (id 97) to device tree 2024-03-01 17:38:03,033 INFO blivet/MainThread: got device: DiskDevice instance (0x7fcbc62fb4e0) -- name = sdi status = True id = 97 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:38:03,036 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:38:03,036 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:38:03,040 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:38:03,040 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 17:38:03,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:38:03,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:03,050 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:38:03,051 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:38:03,051 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:38:03,051 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 104 2024-03-01 17:38:03,054 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:38:03,058 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:38:03,058 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 17:38:03,061 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 17:38:03,061 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:38:03,062 INFO blivet/MainThread: added disk sdj (id 102) to device tree 2024-03-01 17:38:03,062 INFO blivet/MainThread: got device: DiskDevice instance (0x7fcbc62fb588) -- name = sdj status = True id = 102 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:38:03,065 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:38:03,066 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:38:03,069 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': '27468035'} ; 2024-03-01 17:38:03,069 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:38:03,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:03,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:03,079 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:38:03,079 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:38:03,080 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:38:03,080 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:38:03,080 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 108 2024-03-01 17:38:03,080 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:38:03,083 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:38:03,086 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:38:03,087 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:38:03,090 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:38:03,090 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:38:03,091 INFO blivet/MainThread: added disk xvda (id 107) to device tree 2024-03-01 17:38:03,091 INFO blivet/MainThread: got device: DiskDevice instance (0x7fcbc63023c8) -- name = xvda status = True id = 107 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 17:38:03,094 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:38:03,098 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:03,098 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 111 2024-03-01 17:38:03,101 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:03,101 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 112 2024-03-01 17:38:03,105 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:03,105 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 113 2024-03-01 17:38:03,108 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:03,108 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:38:03,111 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:38:03,115 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:03,118 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:38:03,122 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 0x7fcbc63629c8> 2024-03-01 17:38:06,315 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 115 2024-03-01 17:38:06,319 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:38:06,320 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:38:06,323 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': '27470448'} ; 2024-03-01 17:38:06,324 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:38:06,324 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:38:06,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:06,334 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:38:06,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:06,340 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:06,354 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:06,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (107) with existing msdos disklabel 2024-03-01 17:38:06,374 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 118 2024-03-01 17:38:06,378 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:38:06,378 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:38:06,382 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:38:06,385 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:38:06,385 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:38:06,389 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:38:06,389 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:38:06,389 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:38:06,393 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:38:06,396 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:38:06,399 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:38:06,402 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:38:06,406 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:38:06,406 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:38:06,406 INFO blivet/MainThread: added partition xvda1 (id 117) to device tree 2024-03-01 17:38:06,407 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:38:06,406 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fcbc6304160) -- name = xvda1 status = True id = 117 children = [] parents = ['existing 250 GiB disk xvda (107) 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 0x7fcbc62e5b48> disk = existing 250 GiB disk xvda (107) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:38:06,411 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:38:06,414 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:06,414 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 121 2024-03-01 17:38:06,418 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:06,418 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 122 2024-03-01 17:38:06,421 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:06,421 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 123 2024-03-01 17:38:06,425 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:06,425 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 124 2024-03-01 17:38:06,426 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:38:06,429 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:06,429 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 125 2024-03-01 17:38:06,432 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:38:06,432 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:38:06,436 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm5jbDtjujt0zzoc2qV06t6oLGgcQq3ZY3 ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm5jbDtjujt0zzoc2qV06t6oLGgcQq3ZY3', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3', 'ID_FS_UUID_ENC': 'bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1115046867'} ; 2024-03-01 17:38:06,436 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:38:06,436 INFO program/MainThread: Running [20] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:06,440 INFO program/MainThread: stdout[20]: LVM 2024-03-01 17:38:06,440 INFO program/MainThread: stderr[20]: 2024-03-01 17:38:06,440 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:38:06,440 INFO program/MainThread: Running [21] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:06,443 INFO program/MainThread: stdout[21]: LVM 2024-03-01 17:38:06,444 INFO program/MainThread: stderr[21]: 2024-03-01 17:38:06,444 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:38:06,444 INFO program/MainThread: Running [22] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:06,447 INFO program/MainThread: stdout[22]: LVM 2024-03-01 17:38:06,447 INFO program/MainThread: stderr[22]: 2024-03-01 17:38:06,447 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:38:06,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:38:06,458 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:06,458 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:06,459 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:06,460 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:06,455 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fcbc62d65f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fcbc73b09e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:06,460 INFO program/MainThread: Running [23] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:06,464 INFO program/MainThread: stdout[23]: LVM 2024-03-01 17:38:06,464 INFO program/MainThread: stderr[23]: 2024-03-01 17:38:06,464 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:38:06,468 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:38:06,468 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:38:06,471 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1-real ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1-real', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm5jbDtjujt0zzoc2qV06t6oLGgcQq3ZY3-real', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1119632535'} ; 2024-03-01 17:38:06,471 INFO blivet/MainThread: scanning test_vg1-lv1-real (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:38:06,472 INFO program/MainThread: Running [24] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:38:06,475 INFO program/MainThread: stdout[24]: LVM 2024-03-01 17:38:06,475 INFO program/MainThread: stderr[24]: 2024-03-01 17:38:06,475 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:38:06,475 INFO program/MainThread: Running [25] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:38:06,478 INFO program/MainThread: stdout[25]: LVM 2024-03-01 17:38:06,479 INFO program/MainThread: stderr[25]: 2024-03-01 17:38:06,479 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:38:06,479 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:38:06,482 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:38:06,482 INFO program/MainThread: stderr[26]: 2024-03-01 17:38:06,482 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:38:06,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:06,490 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:38:06,493 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:38:06,494 INFO program/MainThread: stderr[27]: 2024-03-01 17:38:06,494 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:38:06,494 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:38:06,497 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:38:06,497 INFO program/MainThread: stderr[28]: 2024-03-01 17:38:06,497 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:38:06,497 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:38:06,500 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:38:06,500 INFO program/MainThread: stderr[29]: 2024-03-01 17:38:06,501 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:38:06,504 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1-real ; 2024-03-01 17:38:06,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 17:38:06,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:06,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:38:06,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:38:06,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:06,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:06,548 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1-real 2024-03-01 17:38:06,551 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1-cow', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm3p9Y1LvxqizPUzXG7mXp5YESrAq0bLpf-cow', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1119644509'} ; 2024-03-01 17:38:06,551 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1-cow (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:38:06,551 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:38:06,555 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:38:06,555 INFO program/MainThread: stderr[30]: 2024-03-01 17:38:06,556 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:38:06,556 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:38:06,559 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:38:06,559 INFO program/MainThread: stderr[31]: 2024-03-01 17:38:06,559 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:38:06,559 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:38:06,562 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:38:06,562 INFO program/MainThread: stderr[32]: 2024-03-01 17:38:06,562 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:38:06,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:06,571 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:38:06,574 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:38:06,574 INFO program/MainThread: stderr[33]: 2024-03-01 17:38:06,574 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:38:06,574 INFO program/MainThread: Running [34] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:38:06,577 INFO program/MainThread: stdout[34]: LVM 2024-03-01 17:38:06,577 INFO program/MainThread: stderr[34]: 2024-03-01 17:38:06,577 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:38:06,577 INFO program/MainThread: Running [35] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:38:06,581 INFO program/MainThread: stdout[35]: LVM 2024-03-01 17:38:06,581 INFO program/MainThread: stderr[35]: 2024-03-01 17:38:06,581 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:38:06,585 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1_snapset1-cow ; 2024-03-01 17:38:06,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 17:38:06,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:06,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:38:06,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:06,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:06,611 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1_snapset1-cow 2024-03-01 17:38:06,614 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/test_vg1/lv1_snapset1 /dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm3p9Y1LvxqizPUzXG7mXp5YESrAq0bLpf ' '/dev/disk/by-uuid/bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm3p9Y1LvxqizPUzXG7mXp5YESrAq0bLpf', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3', 'ID_FS_UUID_ENC': 'bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1119683677'} ; 2024-03-01 17:38:06,614 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:38:06,615 INFO program/MainThread: Running [36] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:38:06,619 INFO program/MainThread: stdout[36]: LVM 2024-03-01 17:38:06,619 INFO program/MainThread: stderr[36]: 2024-03-01 17:38:06,619 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:38:06,619 INFO program/MainThread: Running [37] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:38:06,622 INFO program/MainThread: stdout[37]: LVM 2024-03-01 17:38:06,622 INFO program/MainThread: stderr[37]: 2024-03-01 17:38:06,622 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:38:06,623 INFO program/MainThread: Running [38] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:38:06,626 INFO program/MainThread: stdout[38]: LVM 2024-03-01 17:38:06,626 INFO program/MainThread: stderr[38]: 2024-03-01 17:38:06,626 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:38:06,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs filesystem 2024-03-01 17:38:06,637 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:06,638 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:06,638 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:06,639 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:06,634 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fcbc62cfbe0) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3p9Y1L-vxqi-zPUz-XG7m-Xp5Y-ESrA-q0bLpf size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fcbc73b09e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:38:06,640 INFO program/MainThread: Running [39] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:38:06,643 INFO program/MainThread: stdout[39]: LVM 2024-03-01 17:38:06,644 INFO program/MainThread: stderr[39]: 2024-03-01 17:38:06,644 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:38:06,648 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 17:38:06,648 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1_snapset1, bailing 2024-03-01 17:38:06,648 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:06,661 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:06,675 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:38:06,676 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:38:06,680 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 17:38:06,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:06,686 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 17:38:06,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:06,689 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:38:06,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:06,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,701 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:06,701 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:38:06,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,707 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:06,710 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 17:38:06,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:06,713 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:38:06,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:06,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:06,725 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:38:06,728 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 17:38:06,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:06,734 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 17:38:06,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:06,737 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 17:38:06,740 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 17:38:06,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:06,746 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 17:38:06,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:06,749 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:38:11,431 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_b3a822d2/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:38:11,466 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:11,466 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:38:11,470 INFO program/MainThread: stdout[2]: 2024-03-01 17:38:11,470 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 17:38:11,470 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:38:11,470 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:38:11,474 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:11,475 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:38:11,478 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:11,479 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:38:11,482 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:11,482 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:38:11,485 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:11,485 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:38:11,495 INFO program/MainThread: stdout: 2024-03-01 17:38:11,495 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:38:11,496 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz 2024-03-01 17:38:11,496 INFO program/MainThread: `-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 17:38:11,496 INFO program/MainThread: |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 2024-03-01 17:38:11,496 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 2024-03-01 17:38:11,496 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe 2024-03-01 17:38:11,496 INFO program/MainThread: |-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 17:38:11,496 INFO program/MainThread: | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 2024-03-01 17:38:11,496 INFO program/MainThread: | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 2024-03-01 17:38:11,496 INFO program/MainThread: `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- 2024-03-01 17:38:11,496 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 2024-03-01 17:38:11,496 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN 2024-03-01 17:38:11,496 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:38:11,496 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:38:11,496 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:38:11,496 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:38:11,496 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:38:11,496 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:38:11,496 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:38:11,496 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:38:11,496 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:38:11,496 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:38:11,496 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:38:11,496 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:11,496 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz `-test_vg1-lv1-real 1606418432 root disk brw-rw---- |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 sdb 1073741824 root disk brw-rw---- LVM2_member BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe |-test_vg1-lv1-real 1606418432 root disk brw-rw---- | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 sdc 1073741824 root disk brw-rw---- LVM2_member 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN 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 17:38:11,497 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:38:11,497 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:38:11,497 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:38:11,497 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:38:11,497 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:38:11,498 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:38:11,498 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:11,507 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:11,520 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1', 'test_vg1-lv1-real', 'test_vg1-lv1_snapset1-cow', 'test_vg1-lv1_snapset1'] 2024-03-01 17:38:11,525 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/lvm-pv-uuid-oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541', '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': 'oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz', 'ID_FS_UUID_ENC': 'oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553680105'} ; 2024-03-01 17:38:11,525 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 17:38:11,526 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 17:38:11,557 INFO program/MainThread: stdout[3]: 2024-03-01 17:38:11,557 INFO program/MainThread: stderr[3]: 2024-03-01 17:38:11,557 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:38:11,562 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:11,565 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:11,570 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:38:11,575 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:38:11,576 INFO blivet/MainThread: sda is a disk 2024-03-01 17:38:11,576 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:38:11,576 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:38:11,580 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:38:11,584 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:38:11,584 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 17:38:11,587 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 17:38:11,588 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:38:11,588 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:38:11,588 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1f904ba8) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:38:11,592 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:38:11,596 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:11,596 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:38:11,600 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:11,600 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:38:11,603 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:11,604 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:38:11,607 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:11,607 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:38:11,611 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:38:11,611 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:38:11,611 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 17:38:11,639 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:38:11,639 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe. WARNING: Couldn't find device with uuid 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN. WARNING: VG test_vg1 is missing PV BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 17:38:11,639 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:38:11,640 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:38:11,645 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz ; label: None ; device: /dev/sda ; serial: 36001405efaa722eff094890a3724a541 ; exists: True ; vg_name: test_vg1 ; vg_uuid: norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm ; pe_start: 8 MiB ; 2024-03-01 17:38:11,645 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:38:11,648 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:38:11,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm ; incomplete: True ; hidden: False ; 2024-03-01 17:38:11,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:38:11,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:11,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:11,661 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 17:38:11,688 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:38:11,688 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe. WARNING: Couldn't find device with uuid 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN. WARNING: VG test_vg1 is missing PV BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 17:38:11,688 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:38:11,688 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:38:11,689 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:38:11,695 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:38:11,699 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:38:11,699 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:38:11,702 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:38:11,703 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 17:38:11,734 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=3p9Y1L-vxqi-zPUz-XG7m-Xp5Y-ESrA-q0bLpf LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:38:11,734 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe. WARNING: Couldn't find device with uuid 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN. WARNING: VG test_vg1 is missing PV BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 17:38:11,734 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:38:11,739 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:38:11,740 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:38:11,743 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:38:11,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm ; incomplete: True ; hidden: False ; 2024-03-01 17:38:11,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:38:11,750 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:38:11,750 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:38:11,754 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396', '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': 'BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe', 'ID_FS_UUID_ENC': 'BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553642513'} ; 2024-03-01 17:38:11,754 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 17:38:11,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:38:11,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:11,765 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:38:11,765 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:38:11,765 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:38:11,766 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:38:11,769 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:38:11,772 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:38:11,773 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 17:38:11,776 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 17:38:11,776 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:38:11,777 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:38:11,777 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1e8bde48) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:38:11,780 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:38:11,784 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:11,784 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:38:11,788 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:11,788 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:38:11,791 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:11,791 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:38:11,795 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:11,795 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:38:11,798 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:38:11,798 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:38:11,798 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 17:38:11,828 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:38:11,828 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN. WARNING: VG test_vg1 is missing PV 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN (last written to /dev/sdc). 2024-03-01 17:38:11,828 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:38:11,828 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:38:11,833 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe ; label: None ; device: /dev/sdb ; serial: 36001405814a177f25a64e11afedc6396 ; exists: True ; vg_name: test_vg1 ; vg_uuid: norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm ; pe_start: 8 MiB ; free: 192 MiB ; 2024-03-01 17:38:11,833 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:38:11,836 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:38:11,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm ; incomplete: True ; hidden: False ; 2024-03-01 17:38:11,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:38:11,847 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:38:11,850 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:38:11,853 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:38:11,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm ; incomplete: True ; hidden: False ; 2024-03-01 17:38:11,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:11,860 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 17:38:11,887 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=3p9Y1L-vxqi-zPUz-XG7m-Xp5Y-ESrA-q0bLpf LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:38:11,887 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN. WARNING: VG test_vg1 is missing PV 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN (last written to /dev/sdc). 2024-03-01 17:38:11,887 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:38:11,887 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:38:11,887 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:38:11,892 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:38:11,892 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 17:38:11,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:38:11,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:11,903 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:38:11,904 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:38:11,904 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:38:11,904 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:38:11,907 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:38:11,911 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:38:11,911 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 17:38:11,914 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 17:38:11,915 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:38:11,915 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:38:11,915 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1e832710) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:38:11,919 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:38:11,919 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:38:11,922 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:38:11,922 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 17:38:11,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:38:11,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:11,933 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:38:11,933 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:38:11,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:38:11,934 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:38:11,937 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:38:11,940 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:38:11,940 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 17:38:11,944 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 17:38:11,944 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:38:11,944 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:38:11,945 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1e839828) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:38:11,948 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:38:11,948 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:38:11,952 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/lvm-pv-uuid-7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92', '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': '7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN', 'ID_FS_UUID_ENC': '7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553687452'} ; 2024-03-01 17:38:11,952 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 17:38:11,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:38:11,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:11,962 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:38:11,963 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:38:11,963 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:38:11,963 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:38:11,966 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:38:11,969 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:38:11,970 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 17:38:11,973 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 17:38:11,973 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:38:11,974 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:38:11,974 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1e8390f0) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:38:11,977 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:38:11,981 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:11,981 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:38:11,985 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:11,985 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:38:11,988 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:11,988 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:38:11,992 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:11,992 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:38:11,995 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:38:11,995 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:38:11,995 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/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:12,023 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=oQjOHb-YNmF-xhxo-jPh9-qWIk-Qo0d-7AgWWz LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=BQXd4A-ZWhO-yWuh-VeAr-BUVj-U7dE-1tg1xe LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:38:12,023 INFO program/MainThread: stderr[9]: 2024-03-01 17:38:12,023 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:38:12,024 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:38:12,028 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 7Q2UBD-RM83-jsOz-V7co-FXvk-tOnm-U86zKN ; label: None ; device: /dev/sdc ; serial: 360014055ae7217664324061aa4a87442 ; exists: True ; vg_name: test_vg1 ; vg_uuid: norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:38:12,028 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:38:12,032 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:38:12,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm ; incomplete: True ; hidden: False ; 2024-03-01 17:38:12,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:12,042 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:38:12,046 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:38:12,049 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:38:12,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm ; incomplete: True ; hidden: False ; 2024-03-01 17:38:12,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:12,056 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/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:12,084 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=3p9Y1L-vxqi-zPUz-XG7m-Xp5Y-ESrA-q0bLpf LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:38:12,084 INFO program/MainThread: stderr[10]: 2024-03-01 17:38:12,084 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:38:12,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:12,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:12,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:12,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:38:12,099 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:38:12,103 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:38:12,103 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:38:12,107 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:38:12,111 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:38:12,111 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:38:12,115 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 17:38:12,115 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:38:12,115 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:38:12,119 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:38:12,124 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:38:12,124 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:38:12,127 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:38:12,131 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:38:12,131 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:38:12,135 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 17:38:12,135 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:38:12,135 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:38:12,135 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:38:12,139 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:38:12,139 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:38:12,142 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 17:38:12,143 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:38:12,146 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm5jbDtjujt0zzoc2qV06t6oLGgcQq3ZY3 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm5jbDtjujt0zzoc2qV06t6oLGgcQq3ZY3', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3', 'ID_FS_UUID_ENC': 'bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1115046867'} ; 2024-03-01 17:38:12,147 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:38:12,147 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:12,151 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:38:12,151 INFO program/MainThread: stderr[11]: 2024-03-01 17:38:12,151 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:38:12,151 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:12,154 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:38:12,154 INFO program/MainThread: stderr[12]: 2024-03-01 17:38:12,154 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:38:12,155 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:12,158 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:38:12,158 INFO program/MainThread: stderr[13]: 2024-03-01 17:38:12,158 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:38:12,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:12,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:38:12,169 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:12,169 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:12,170 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:12,170 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:12,166 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:12,171 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:12,174 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:38:12,174 INFO program/MainThread: stderr[14]: 2024-03-01 17:38:12,174 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:38:12,179 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:38:12,183 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:12,183 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:38:12,187 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:12,187 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:38:12,190 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:12,191 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:38:12,194 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:12,194 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:38:12,196 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:38:12,196 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:38:12,200 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:12,200 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:38:12,204 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:38:12,204 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:38:12,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:12,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:12,211 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv1_snapset1' 2024-03-01 17:38:12,211 INFO program/MainThread: Running [15] lvm lvs --noheadings -o origin test_vg1/lv1_snapset1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:12,238 INFO program/MainThread: stdout[15]: lv1 2024-03-01 17:38:12,238 INFO program/MainThread: stderr[15]: 2024-03-01 17:38:12,238 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:38:12,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:12,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:38:12,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:12,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:38:12,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3p9Y1L-vxqi-zPUz-XG7m-Xp5Y-ESrA-q0bLpf ; incomplete: False ; hidden: False ; 2024-03-01 17:38:12,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:38:12,260 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:38:12,264 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 17:38:12,264 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:38:12,267 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 17:38:12,271 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:38:12,271 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:38:12,275 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:38:12,276 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 17:38:12,276 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:38:12,280 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 17:38:12,283 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 17:38:12,284 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:38:12,287 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 17:38:12,291 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:38:12,291 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:38:12,294 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:38:12,295 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 17:38:12,295 DEBUG blivet/MainThread: Adding test_vg1-lv1_snapset1/308 MiB to test_vg1 2024-03-01 17:38:12,295 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv1_snapset1 (id 58) to device tree 2024-03-01 17:38:12,299 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:38:12,299 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:38:12,302 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:38:12,303 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 17:38:12,307 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-uuid/bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 ' '/dev/disk/by-id/dm-uuid-LVM-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm3p9Y1LvxqizPUzXG7mXp5YESrAq0bLpf ' '/dev/test_vg1/lv1_snapset1', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm3p9Y1LvxqizPUzXG7mXp5YESrAq0bLpf', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3', 'ID_FS_UUID_ENC': 'bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1119683677'} ; 2024-03-01 17:38:12,307 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:38:12,307 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:38:12,311 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:38:12,311 INFO program/MainThread: stderr[16]: 2024-03-01 17:38:12,311 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:38:12,311 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:38:12,314 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:38:12,315 INFO program/MainThread: stderr[17]: 2024-03-01 17:38:12,315 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:38:12,315 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:38:12,318 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:38:12,318 INFO program/MainThread: stderr[18]: 2024-03-01 17:38:12,318 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:38:12,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:12,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 2024-03-01 17:38:12,329 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:12,330 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:12,330 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:12,331 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:12,326 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1e832be0) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3p9Y1L-vxqi-zPUz-XG7m-Xp5Y-ESrA-q0bLpf size = 308 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:38:12,332 INFO program/MainThread: Running [19] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:38:12,335 INFO program/MainThread: stdout[19]: LVM 2024-03-01 17:38:12,336 INFO program/MainThread: stderr[19]: 2024-03-01 17:38:12,336 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:38:12,340 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 17:38:12,344 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:12,344 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:38:12,348 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:12,348 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:38:12,352 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:12,352 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:38:12,356 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:12,356 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:38:12,356 INFO blivet/MainThread: type detected on 'test_vg1-lv1_snapset1' is 'xfs' 2024-03-01 17:38:12,360 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:12,360 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:38:12,363 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: xfs ; current: None ; 2024-03-01 17:38:12,363 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:38:12,364 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:38:12,367 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:38:12,367 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 17:38:12,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:38:12,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:12,378 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:38:12,379 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:38:12,379 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:38:12,379 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:38:12,382 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:38:12,386 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:38:12,386 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 17:38:12,389 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 17:38:12,390 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:38:12,390 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:38:12,390 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1e856320) -- name = sdd status = True id = 72 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:38:12,394 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:38:12,394 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:38:12,397 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:38:12,398 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 17:38:12,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:38:12,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:12,408 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:38:12,409 INFO blivet/MainThread: sde is a disk 2024-03-01 17:38:12,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 78 2024-03-01 17:38:12,409 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 79 2024-03-01 17:38:12,412 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:38:12,416 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:38:12,416 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 17:38:12,419 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 17:38:12,420 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:38:12,420 INFO blivet/MainThread: added disk sde (id 77) to device tree 2024-03-01 17:38:12,420 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1e84cfd0) -- name = sde status = True id = 77 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:38:12,424 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:38:12,424 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:38:12,427 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:38:12,427 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 17:38:12,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:38:12,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:12,438 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:38:12,439 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:38:12,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:38:12,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 17:38:12,442 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:38:12,446 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:38:12,446 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 17:38:12,449 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 17:38:12,449 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:38:12,450 INFO blivet/MainThread: added disk sdf (id 82) to device tree 2024-03-01 17:38:12,450 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1e856fd0) -- name = sdf status = True id = 82 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:38:12,453 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:38:12,453 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:38:12,457 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:38:12,457 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 17:38:12,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:38:12,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:12,468 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:38:12,468 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:38:12,468 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:38:12,469 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:38:12,472 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:38:12,475 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:38:12,475 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 17:38:12,479 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 17:38:12,479 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:38:12,479 INFO blivet/MainThread: added disk sdg (id 87) to device tree 2024-03-01 17:38:12,480 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1e8595f8) -- name = sdg status = True id = 87 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:38:12,483 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:38:12,483 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:38:12,487 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:38:12,487 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 17:38:12,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:38:12,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:12,498 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:38:12,498 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:38:12,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:38:12,498 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 94 2024-03-01 17:38:12,502 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:38:12,505 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:38:12,505 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 17:38:12,509 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 17:38:12,509 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:38:12,509 INFO blivet/MainThread: added disk sdh (id 92) to device tree 2024-03-01 17:38:12,509 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1e859ba8) -- name = sdh status = True id = 92 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:38:12,513 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:38:12,513 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:38:12,516 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:38:12,516 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 17:38:12,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:38:12,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:12,528 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:38:12,528 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:38:12,528 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:38:12,528 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 99 2024-03-01 17:38:12,532 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:38:12,535 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:38:12,535 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 17:38:12,539 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 17:38:12,539 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:38:12,539 INFO blivet/MainThread: added disk sdi (id 97) to device tree 2024-03-01 17:38:12,539 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1e85e4e0) -- name = sdi status = True id = 97 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:38:12,543 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:38:12,543 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:38:12,547 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:38:12,547 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 17:38:12,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:38:12,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:12,557 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:38:12,558 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:38:12,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:38:12,558 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 104 2024-03-01 17:38:12,562 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:38:12,565 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:38:12,565 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 17:38:12,568 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 17:38:12,569 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:38:12,569 INFO blivet/MainThread: added disk sdj (id 102) to device tree 2024-03-01 17:38:12,569 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1e85e588) -- name = sdj status = True id = 102 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:38:12,573 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:38:12,573 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:38:12,576 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': '27468035'} ; 2024-03-01 17:38:12,576 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:38:12,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:12,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:12,587 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:38:12,587 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:38:12,587 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:38:12,587 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:38:12,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 108 2024-03-01 17:38:12,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:38:12,591 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:38:12,594 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:38:12,594 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:38:12,598 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:38:12,598 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:38:12,598 INFO blivet/MainThread: added disk xvda (id 107) to device tree 2024-03-01 17:38:12,599 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4c1e8653c8) -- name = xvda status = True id = 107 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 17:38:12,602 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:38:12,606 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:12,606 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 111 2024-03-01 17:38:12,609 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:12,609 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 112 2024-03-01 17:38:12,613 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:12,613 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 113 2024-03-01 17:38:12,616 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:12,616 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:38:12,620 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:38:12,623 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:12,627 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:38:12,631 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 0x7f4c1e8507c8> 2024-03-01 17:38:15,714 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 115 2024-03-01 17:38:15,718 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:38:15,719 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:38:15,723 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': '27470448'} ; 2024-03-01 17:38:15,723 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:38:15,723 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:38:15,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:15,730 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:15,733 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:38:15,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:15,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:15,740 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:15,753 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:15,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:15,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (107) with existing msdos disklabel 2024-03-01 17:38:15,774 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 118 2024-03-01 17:38:15,778 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:38:15,778 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:38:15,781 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:38:15,785 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:38:15,785 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:38:15,789 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:38:15,789 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:38:15,789 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:38:15,792 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:38:15,796 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:38:15,799 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:38:15,802 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:38:15,806 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:38:15,806 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:38:15,806 INFO blivet/MainThread: added partition xvda1 (id 117) to device tree 2024-03-01 17:38:15,807 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:38:15,806 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f4c1e867160) -- name = xvda1 status = True id = 117 children = [] parents = ['existing 250 GiB disk xvda (107) 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 0x7f4c1e848b48> disk = existing 250 GiB disk xvda (107) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:38:15,811 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:38:15,814 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:15,815 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 121 2024-03-01 17:38:15,818 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:15,818 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 122 2024-03-01 17:38:15,822 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:15,822 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 123 2024-03-01 17:38:15,826 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:15,826 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 124 2024-03-01 17:38:15,826 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:38:15,829 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:15,829 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 125 2024-03-01 17:38:15,833 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:38:15,833 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:38:15,836 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm5jbDtjujt0zzoc2qV06t6oLGgcQq3ZY3 ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm5jbDtjujt0zzoc2qV06t6oLGgcQq3ZY3', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3', 'ID_FS_UUID_ENC': 'bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1115046867'} ; 2024-03-01 17:38:15,836 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:38:15,837 INFO program/MainThread: Running [20] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:15,841 INFO program/MainThread: stdout[20]: LVM 2024-03-01 17:38:15,841 INFO program/MainThread: stderr[20]: 2024-03-01 17:38:15,841 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:38:15,841 INFO program/MainThread: Running [21] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:15,844 INFO program/MainThread: stdout[21]: LVM 2024-03-01 17:38:15,844 INFO program/MainThread: stderr[21]: 2024-03-01 17:38:15,844 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:38:15,844 INFO program/MainThread: Running [22] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:15,847 INFO program/MainThread: stdout[22]: LVM 2024-03-01 17:38:15,848 INFO program/MainThread: stderr[22]: 2024-03-01 17:38:15,848 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:38:15,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:15,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:38:15,859 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:15,859 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:15,860 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:15,861 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:15,856 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:15,861 INFO program/MainThread: Running [23] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:15,864 INFO program/MainThread: stdout[23]: LVM 2024-03-01 17:38:15,865 INFO program/MainThread: stderr[23]: 2024-03-01 17:38:15,865 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:38:15,869 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:38:15,869 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:38:15,872 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1-real ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1-real', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm5jbDtjujt0zzoc2qV06t6oLGgcQq3ZY3-real', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1119632535'} ; 2024-03-01 17:38:15,872 INFO blivet/MainThread: scanning test_vg1-lv1-real (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:38:15,873 INFO program/MainThread: Running [24] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:38:15,876 INFO program/MainThread: stdout[24]: LVM 2024-03-01 17:38:15,876 INFO program/MainThread: stderr[24]: 2024-03-01 17:38:15,876 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:38:15,876 INFO program/MainThread: Running [25] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:38:15,879 INFO program/MainThread: stdout[25]: LVM 2024-03-01 17:38:15,879 INFO program/MainThread: stderr[25]: 2024-03-01 17:38:15,879 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:38:15,880 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:38:15,883 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:38:15,883 INFO program/MainThread: stderr[26]: 2024-03-01 17:38:15,883 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:38:15,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 17:38:15,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:15,891 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:38:15,894 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:38:15,894 INFO program/MainThread: stderr[27]: 2024-03-01 17:38:15,894 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:38:15,895 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:38:15,898 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:38:15,898 INFO program/MainThread: stderr[28]: 2024-03-01 17:38:15,898 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:38:15,898 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:38:15,901 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:38:15,901 INFO program/MainThread: stderr[29]: 2024-03-01 17:38:15,901 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:38:15,905 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1-real ; 2024-03-01 17:38:15,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 17:38:15,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:15,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:38:15,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:38:15,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:15,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:38:15,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:15,942 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:15,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 17:38:15,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:15,949 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1-real 2024-03-01 17:38:15,952 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1-cow', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm3p9Y1LvxqizPUzXG7mXp5YESrAq0bLpf-cow', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1119644509'} ; 2024-03-01 17:38:15,952 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1-cow (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:38:15,953 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:38:15,957 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:38:15,957 INFO program/MainThread: stderr[30]: 2024-03-01 17:38:15,957 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:38:15,957 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:38:15,960 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:38:15,960 INFO program/MainThread: stderr[31]: 2024-03-01 17:38:15,960 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:38:15,960 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:38:15,963 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:38:15,964 INFO program/MainThread: stderr[32]: 2024-03-01 17:38:15,964 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:38:15,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 17:38:15,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:15,972 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:38:15,975 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:38:15,975 INFO program/MainThread: stderr[33]: 2024-03-01 17:38:15,975 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:38:15,975 INFO program/MainThread: Running [34] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:38:15,978 INFO program/MainThread: stdout[34]: LVM 2024-03-01 17:38:15,978 INFO program/MainThread: stderr[34]: 2024-03-01 17:38:15,978 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:38:15,979 INFO program/MainThread: Running [35] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:38:15,982 INFO program/MainThread: stdout[35]: LVM 2024-03-01 17:38:15,982 INFO program/MainThread: stderr[35]: 2024-03-01 17:38:15,982 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:38:15,986 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1_snapset1-cow ; 2024-03-01 17:38:15,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 17:38:15,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:15,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:38:16,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:38:16,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:16,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:16,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 17:38:16,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:16,013 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1_snapset1-cow 2024-03-01 17:38:16,016 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm3p9Y1LvxqizPUzXG7mXp5YESrAq0bLpf ' '/dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-uuid/bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-norAYt2X6ckLmSJkQhBhO1ApZxKU6qOm3p9Y1LvxqizPUzXG7mXp5YESrAq0bLpf', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3', 'ID_FS_UUID_ENC': 'bf52d1f5-92f2-47f0-8d2b-860fe1dae8e3', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1119683677'} ; 2024-03-01 17:38:16,016 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:38:16,017 INFO program/MainThread: Running [36] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:38:16,020 INFO program/MainThread: stdout[36]: LVM 2024-03-01 17:38:16,021 INFO program/MainThread: stderr[36]: 2024-03-01 17:38:16,021 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:38:16,021 INFO program/MainThread: Running [37] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:38:16,024 INFO program/MainThread: stdout[37]: LVM 2024-03-01 17:38:16,024 INFO program/MainThread: stderr[37]: 2024-03-01 17:38:16,024 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:38:16,024 INFO program/MainThread: Running [38] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:38:16,027 INFO program/MainThread: stdout[38]: LVM 2024-03-01 17:38:16,028 INFO program/MainThread: stderr[38]: 2024-03-01 17:38:16,028 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:38:16,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:16,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs filesystem 2024-03-01 17:38:16,038 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,039 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,040 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,041 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,036 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f4c1e832be0) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3p9Y1L-vxqi-zPUz-XG7m-Xp5Y-ESrA-q0bLpf size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:38:16,041 INFO program/MainThread: Running [39] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:38:16,044 INFO program/MainThread: stdout[39]: LVM 2024-03-01 17:38:16,045 INFO program/MainThread: stderr[39]: 2024-03-01 17:38:16,045 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:38:16,049 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 17:38:16,049 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1_snapset1, bailing 2024-03-01 17:38:16,049 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:16,059 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:16,073 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:38:16,074 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:38:16,078 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 17:38:16,082 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:16,085 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 17:38:16,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:16,088 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:38:16,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:38:16,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:16,097 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:38:16,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:16,100 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:38:16,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:38:16,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:16,109 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 17:38:16,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:16,112 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:38:16,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:38:16,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:16,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:38:16,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:16,124 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:38:16,127 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 17:38:16,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:16,133 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 17:38:16,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:16,136 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 17:38:16,139 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 17:38:16,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:16,145 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 17:38:16,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:16,149 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:38:16,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:16,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:16,155 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:38:16,156 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:16,156 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:16,156 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:16,157 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:16,157 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:16,158 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:16,158 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:16,158 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:16,159 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:16,159 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:16,160 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:16,160 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:16,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:16,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:38:16,166 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:38:16,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:38:16,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:38:16,172 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:38:16,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:38:16,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:38:16,178 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:38:16,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:16,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:38:16,185 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:38:16,187 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,188 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,189 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,189 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,185 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,192 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,193 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,193 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,194 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,190 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,197 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,198 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,198 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,199 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,195 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,202 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,202 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,203 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,204 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,199 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,206 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,207 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,208 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,208 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,204 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,211 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,212 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,212 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,213 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,209 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,216 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,217 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,217 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,218 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,214 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,220 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,221 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,222 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,222 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,218 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,225 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,226 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,226 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,227 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,223 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,230 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,231 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,231 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,232 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,228 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,234 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,235 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,236 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,236 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,232 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,239 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,240 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,240 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,241 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,237 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,244 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,245 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,245 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,246 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,242 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,248 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,249 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,250 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,250 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,246 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,253 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,254 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,254 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,255 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,251 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,258 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,259 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,259 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,260 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,256 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,262 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,263 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,264 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,264 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,260 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,267 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,268 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,268 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,269 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,265 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,272 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,273 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,273 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,274 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,270 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,277 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,277 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,278 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,278 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,274 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,281 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,282 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,282 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,283 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,279 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,286 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,287 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,287 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,288 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,284 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,291 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,291 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,292 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,293 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,288 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,295 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,296 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,296 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,297 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,293 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,300 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,301 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,301 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,302 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,298 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,305 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,305 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,306 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,306 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,302 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,309 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,310 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,310 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,311 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,307 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,314 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,315 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,315 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,316 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,312 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,319 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,319 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,320 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,321 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,316 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,323 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,324 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,324 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,325 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,321 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,328 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,329 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,329 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,330 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,326 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,333 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,333 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,334 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:16,335 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:38:16,330 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f4c1e8395f8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 5jbDtj-ujt0-zzoc-2qV0-6t6o-LGgc-Qq3ZY3 size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f4c1f9139e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = norAYt-2X6c-kLmS-JkQh-BhO1-ApZx-KU6qOm 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:38:16,335 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:38:16,339 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:38:16,339 DEBUG blivet/MainThread: checking if sda depends on test_vg1-lv1 2024-03-01 17:38:16,339 DEBUG blivet/MainThread: checking if test_vg1 depends on test_vg1-lv1 2024-03-01 17:38:16,339 DEBUG blivet/MainThread: checking if sdb depends on test_vg1-lv1 2024-03-01 17:38:16,339 DEBUG blivet/MainThread: checking if sdk depends on test_vg1-lv1 2024-03-01 17:38:16,339 DEBUG blivet/MainThread: checking if sdl depends on test_vg1-lv1 2024-03-01 17:38:16,339 DEBUG blivet/MainThread: checking if sdc depends on test_vg1-lv1 2024-03-01 17:38:16,339 DEBUG blivet/MainThread: checking if test_vg1-lv1 depends on test_vg1-lv1 2024-03-01 17:38:16,339 DEBUG blivet/MainThread: checking if test_vg1-lv1_snapset1 depends on test_vg1-lv1 2024-03-01 17:38:16,339 DEBUG blivet/MainThread: checking if sdd depends on test_vg1-lv1 2024-03-01 17:38:16,340 DEBUG blivet/MainThread: checking if sde depends on test_vg1-lv1 2024-03-01 17:38:16,340 DEBUG blivet/MainThread: checking if sdf depends on test_vg1-lv1 2024-03-01 17:38:16,340 DEBUG blivet/MainThread: checking if sdg depends on test_vg1-lv1 2024-03-01 17:38:16,340 DEBUG blivet/MainThread: checking if sdh depends on test_vg1-lv1 2024-03-01 17:38:16,340 DEBUG blivet/MainThread: checking if sdi depends on test_vg1-lv1 2024-03-01 17:38:16,340 DEBUG blivet/MainThread: checking if sdj depends on test_vg1-lv1 2024-03-01 17:38:16,340 DEBUG blivet/MainThread: checking if xvda depends on test_vg1-lv1 2024-03-01 17:38:16,340 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg1-lv1 2024-03-01 17:38:16,340 DEBUG blivet/MainThread: devices to remove: ['test_vg1-lv1_snapset1'] 2024-03-01 17:38:16,340 DEBUG blivet/MainThread: leaves to remove: ['test_vg1-lv1_snapset1'] 2024-03-01 17:38:16,341 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 17:38:16,344 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: xfs ; 2024-03-01 17:38:16,344 INFO blivet/MainThread: registered action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:38:16,345 INFO program/MainThread: Running [40] dmsetup --version ... 2024-03-01 17:38:16,349 INFO program/MainThread: stdout[40]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:38:16,349 INFO program/MainThread: stderr[40]: 2024-03-01 17:38:16,349 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:38:16,354 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 17:38:16,354 INFO blivet/MainThread: removed lvmsnapshot test_vg1-lv1_snapset1 (id 58) from device tree 2024-03-01 17:38:16,354 INFO blivet/MainThread: registered action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:38:16,355 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 17:38:16,358 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:38:16,359 INFO blivet/MainThread: registered action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:38:16,362 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:38:16,362 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:38:16,362 INFO blivet/MainThread: registered action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:38:16,363 DEBUG blivet.ansible/MainThread: ['sda', 'sdb', 'test_vg1', 'sdc'] 2024-03-01 17:38:16,363 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:38:16,366 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:38:16,366 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:16,370 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:38:16,373 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:38:16,376 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:38:16,376 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:38:16,376 INFO blivet/MainThread: registered action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:38:16,376 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:38:16,376 DEBUG blivet/MainThread: removing sda 2024-03-01 17:38:16,379 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:38:16,379 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:16,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 135 2024-03-01 17:38:16,383 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:38:16,383 INFO blivet/MainThread: registered action: [134] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:38:16,383 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:38:16,383 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:38:16,386 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:38:16,386 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:16,386 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 137 2024-03-01 17:38:16,389 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:38:16,389 INFO blivet/MainThread: registered action: [136] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:38:16,390 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:38:16,390 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:38:16,392 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:38:16,393 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:16,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 139 2024-03-01 17:38:16,396 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:38:16,396 INFO blivet/MainThread: registered action: [138] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:38:16,397 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:16,410 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:16,423 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:16,433 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:16,450 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1_snapset1 ; type: xfs ; status: False ; 2024-03-01 17:38:16,451 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:16,463 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:16,480 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:38:16,481 DEBUG blivet/MainThread: action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:38:16,481 DEBUG blivet/MainThread: action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:38:16,481 DEBUG blivet/MainThread: action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:38:16,481 DEBUG blivet/MainThread: action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:38:16,481 DEBUG blivet/MainThread: action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:38:16,481 DEBUG blivet/MainThread: action: [134] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:38:16,481 DEBUG blivet/MainThread: action: [136] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:38:16,481 DEBUG blivet/MainThread: action: [138] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:38:16,481 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:38:16,482 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:38:16,485 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:38:16,488 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:38:16,491 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:38:16,491 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:38:16,494 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:38:16,494 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 0x7f4c1e814620> 2024-03-01 17:38:16,495 INFO blivet/MainThread: sorting actions... 2024-03-01 17:38:16,496 DEBUG blivet/MainThread: action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:38:16,496 DEBUG blivet/MainThread: action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:38:16,496 DEBUG blivet/MainThread: action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:38:16,497 DEBUG blivet/MainThread: action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:38:16,497 DEBUG blivet/MainThread: action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:38:16,497 DEBUG blivet/MainThread: action: [138] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:38:16,497 DEBUG blivet/MainThread: action: [136] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:38:16,497 DEBUG blivet/MainThread: action: [134] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:38:16,497 INFO blivet/MainThread: executing action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:38:16,501 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1_snapset1 ; type: xfs ; status: False ; 2024-03-01 17:38:16,501 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 17:38:16,510 INFO program/MainThread: stdout: 2024-03-01 17:38:16,511 INFO program/MainThread: /dev/mapper/test_vg1-lv1_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:38:16,511 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:16,511 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:16,527 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:16,527 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:16,539 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:16,540 INFO blivet/MainThread: executing action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:38:16,545 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:38:16,548 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:38:16,551 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:16,555 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 17:38:16,558 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:16,561 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 17:38:16,564 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:16,568 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 17:38:16,571 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:38:16,571 INFO program/MainThread: Running [41] lvm lvremove --yes --force test_vg1/lv1_snapset1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:16,699 INFO program/MainThread: stdout[41]: Logical volume "lv1_snapset1" successfully removed. 2024-03-01 17:38:16,700 INFO program/MainThread: stderr[41]: 2024-03-01 17:38:16,700 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:38:16,701 INFO blivet/MainThread: executing action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:38:16,709 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:16,715 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:38:16,716 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:38:16,727 INFO program/MainThread: stdout: 2024-03-01 17:38:16,727 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:38:16,727 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:16,727 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:16,747 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:16,747 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:16,757 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:16,758 INFO blivet/MainThread: executing action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:38:16,763 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:38:16,766 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:38:16,770 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:38:16,774 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:38:16,777 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:38:16,777 INFO program/MainThread: Running [42] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:16,815 INFO program/MainThread: stdout[42]: 2024-03-01 17:38:16,815 INFO program/MainThread: stderr[42]: 2024-03-01 17:38:16,815 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:38:16,820 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:38:16,823 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:16,826 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:38:16,830 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:16,833 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:38:16,836 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:16,840 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:38:16,843 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:38:16,843 INFO program/MainThread: Running [43] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:16,877 INFO program/MainThread: stdout[43]: Logical volume "lv1" successfully removed. 2024-03-01 17:38:16,878 INFO program/MainThread: stderr[43]: 2024-03-01 17:38:16,878 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:38:16,879 INFO blivet/MainThread: executing action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:38:16,886 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:38:16,893 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:38:16,899 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:38:16,909 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:16,915 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:38:16,921 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:16,925 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:38:16,931 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:16,937 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:38:16,943 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:38:16,943 INFO program/MainThread: Running [44] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:16,975 INFO program/MainThread: stdout[44]: Volume group "test_vg1" is already consistent. 2024-03-01 17:38:16,975 INFO program/MainThread: stderr[44]: 2024-03-01 17:38:16,975 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:38:16,975 INFO program/MainThread: Running [45] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:17,027 INFO program/MainThread: stdout[45]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:38:17,027 INFO program/MainThread: stderr[45]: 2024-03-01 17:38:17,027 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:38:17,027 INFO program/MainThread: Running [46] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:17,065 INFO program/MainThread: stdout[46]: Volume group "test_vg1" successfully removed 2024-03-01 17:38:17,065 INFO program/MainThread: stderr[46]: 2024-03-01 17:38:17,065 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:38:17,066 INFO blivet/MainThread: executing action: [138] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:38:17,073 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:17,080 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:38:17,086 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:38:17,086 INFO program/MainThread: Running [47] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:17,130 INFO program/MainThread: stdout[47]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:38:17,130 INFO program/MainThread: stderr[47]: 2024-03-01 17:38:17,130 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:38:17,131 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:38:17,131 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:17,167 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:17,168 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:17,181 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:17,182 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:17,199 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:17,199 INFO blivet/MainThread: executing action: [136] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:38:17,204 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:17,207 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:38:17,210 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:38:17,210 INFO program/MainThread: Running [48] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:17,238 INFO program/MainThread: stdout[48]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:38:17,238 INFO program/MainThread: stderr[48]: 2024-03-01 17:38:17,238 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:38:17,238 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:38:17,239 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:17,278 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:17,278 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:17,295 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:17,295 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:17,307 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:17,308 INFO blivet/MainThread: executing action: [134] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:38:17,312 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:17,315 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:38:17,318 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:38:17,319 INFO program/MainThread: Running [49] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:17,345 INFO program/MainThread: stdout[49]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:38:17,345 INFO program/MainThread: stderr[49]: 2024-03-01 17:38:17,345 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:38:17,345 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:38:17,345 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:17,378 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:17,379 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:17,393 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:17,393 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:17,407 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:17,413 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:38:17,413 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 0x7f4c1e814570> 2024-03-01 17:38:28,885 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_io3thj_r/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:38:33,522 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_emo78j_f/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:38:40,691 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_p8ynwqx0/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:38:40,726 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:40,727 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:38:40,730 INFO program/MainThread: stdout[2]: 2024-03-01 17:38:40,730 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 17:38:40,730 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:38:40,731 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:38:40,735 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:40,736 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:38:40,739 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:40,739 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:38:40,743 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:40,743 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:38:40,746 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:40,746 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:38:40,754 INFO program/MainThread: stdout: 2024-03-01 17:38:40,754 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:38:40,754 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:38:40,754 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:38:40,754 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:38:40,754 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:38:40,754 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:38:40,754 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:38:40,754 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:38:40,754 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:38:40,754 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:38:40,754 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:38:40,754 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:38:40,754 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:38:40,755 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:38:40,755 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:38:40,755 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:40,755 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 17:38:40,755 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:38:40,755 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:38:40,755 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:38:40,755 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:38:40,756 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:38:40,756 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:38:40,756 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:40,770 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:40,781 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:38:40,786 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553680105'} ; 2024-03-01 17:38:40,786 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 17:38:40,786 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 17:38:40,813 INFO program/MainThread: stdout[3]: 2024-03-01 17:38:40,813 INFO program/MainThread: stderr[3]: 2024-03-01 17:38:40,813 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:38:40,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:40,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:40,826 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:38:40,831 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:38:40,832 INFO blivet/MainThread: sda is a disk 2024-03-01 17:38:40,832 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:38:40,832 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:38:40,836 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:38:40,839 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:38:40,839 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 17:38:40,843 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 17:38:40,843 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:38:40,844 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:38:40,844 INFO blivet/MainThread: got device: DiskDevice instance (0x7f90ed5576a0) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:38:40,848 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:38:40,848 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:38:40,851 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553642513'} ; 2024-03-01 17:38:40,851 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 17:38:40,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:38:40,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:40,861 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:38:40,862 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:38:40,862 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:38:40,862 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:38:40,866 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:38:40,869 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:38:40,869 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 17:38:40,872 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 17:38:40,873 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:38:40,873 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:38:40,873 INFO blivet/MainThread: got device: DiskDevice instance (0x7f90ed498eb8) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:38:40,877 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:38:40,877 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:38:40,880 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:38:40,880 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 17:38:40,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:38:40,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:40,890 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:38:40,891 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:38:40,891 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:38:40,891 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:38:40,894 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:38:40,898 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:38:40,898 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 17:38:40,901 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 17:38:40,901 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:38:40,902 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:38:40,902 INFO blivet/MainThread: got device: DiskDevice instance (0x7f90ed498da0) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:38:40,905 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:38:40,906 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:38:40,909 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:38:40,909 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 17:38:40,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:38:40,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:40,919 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:38:40,920 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:38:40,920 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:38:40,920 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:38:40,923 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:38:40,926 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:38:40,927 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 17:38:40,930 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 17:38:40,930 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:38:40,931 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:38:40,931 INFO blivet/MainThread: got device: DiskDevice instance (0x7f90ec44bf60) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:38:40,934 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:38:40,934 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:38:40,938 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553687452'} ; 2024-03-01 17:38:40,938 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 17:38:40,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:38:40,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:40,948 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:38:40,948 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:38:40,949 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:38:40,949 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:38:40,952 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:38:40,955 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:38:40,955 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 17:38:40,959 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 17:38:40,959 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:38:40,959 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:38:40,960 INFO blivet/MainThread: got device: DiskDevice instance (0x7f90ed498e10) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:38:40,963 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:38:40,963 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:38:40,966 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:38:40,967 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 17:38:40,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:38:40,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:40,977 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:38:40,977 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:38:40,977 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:38:40,978 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:38:40,981 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:38:40,984 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:38:40,984 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 17:38:40,988 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 17:38:40,988 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:38:40,988 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:38:40,988 INFO blivet/MainThread: got device: DiskDevice instance (0x7f90ec44aeb8) -- 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:38:40,992 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:38:40,992 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:38:40,995 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:38:40,995 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 17:38:40,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:38:41,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:41,006 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:38:41,006 INFO blivet/MainThread: sde is a disk 2024-03-01 17:38:41,006 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:38:41,006 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:38:41,010 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:38:41,013 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:38:41,013 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 17:38:41,016 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 17:38:41,017 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:38:41,017 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:38:41,017 INFO blivet/MainThread: got device: DiskDevice instance (0x7f90ec45f550) -- 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:38:41,020 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:38:41,021 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:38:41,024 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:38:41,024 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 17:38:41,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:38:41,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:41,034 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:38:41,035 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:38:41,035 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:38:41,035 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:38:41,038 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:38:41,042 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:38:41,042 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 17:38:41,045 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 17:38:41,046 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:38:41,046 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:38:41,046 INFO blivet/MainThread: got device: DiskDevice instance (0x7f90ec44ad30) -- 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:38:41,050 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:38:41,050 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:38:41,053 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:38:41,053 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 17:38:41,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:38:41,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:41,063 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:38:41,064 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:38:41,064 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:38:41,064 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:38:41,067 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:38:41,071 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:38:41,071 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 17:38:41,074 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 17:38:41,074 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:38:41,075 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:38:41,075 INFO blivet/MainThread: got device: DiskDevice instance (0x7f90ec45a438) -- 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:38:41,078 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:38:41,079 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:38:41,082 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:38:41,082 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 17:38:41,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:38:41,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:41,092 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:38:41,093 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:38:41,093 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:38:41,093 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:38:41,096 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:38:41,100 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:38:41,100 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 17:38:41,103 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 17:38:41,103 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:38:41,104 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:38:41,104 INFO blivet/MainThread: got device: DiskDevice instance (0x7f90ec44a518) -- 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:38:41,107 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:38:41,107 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:38:41,111 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:38:41,111 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 17:38:41,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:38:41,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:41,121 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:38:41,122 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:38:41,122 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:38:41,122 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:38:41,125 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:38:41,129 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:38:41,129 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 17:38:41,132 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 17:38:41,133 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:38:41,133 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:38:41,133 INFO blivet/MainThread: got device: DiskDevice instance (0x7f90ec468320) -- 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:38:41,137 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:38:41,137 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:38:41,140 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:38:41,140 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 17:38:41,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:38:41,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:41,150 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:38:41,151 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:38:41,151 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:38:41,151 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:38:41,154 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:38:41,158 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:38:41,158 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 17:38:41,161 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 17:38:41,161 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:38:41,162 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:38:41,162 INFO blivet/MainThread: got device: DiskDevice instance (0x7f90ec4684a8) -- 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:38:41,166 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:38:41,166 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:38:41,169 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': '27468035'} ; 2024-03-01 17:38:41,169 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:38:41,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:41,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:41,179 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:38:41,179 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:38:41,179 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:38:41,179 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:38:41,179 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:38:41,180 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:38:41,183 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:38:41,186 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:38:41,187 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:38:41,190 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:38:41,190 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:38:41,191 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:38:41,191 INFO blivet/MainThread: got device: DiskDevice instance (0x7f90ec46f278) -- 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 17:38:41,194 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:38:41,198 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:41,198 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:38:41,201 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:41,202 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:38:41,205 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:41,205 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:38:41,209 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:41,209 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:38:41,212 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:38:41,215 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:41,219 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:38:41,223 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 0x7f90ec459b08> 2024-03-01 17:38:44,284 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:38:44,288 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:38:44,289 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:38:44,293 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', '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': '27470448'} ; 2024-03-01 17:38:44,293 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:38:44,293 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:38:44,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:44,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:44,302 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:38:44,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:44,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:44,309 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:44,322 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:44,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:44,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:38:44,341 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:38:44,345 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:38:44,345 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:38:44,348 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:38:44,352 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:38:44,352 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:38:44,355 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:38:44,356 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:38:44,356 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:38:44,359 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:38:44,363 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:38:44,366 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:38:44,369 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:38:44,372 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:38:44,373 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:38:44,373 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:38:44,374 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:38:44,373 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f90fb47d208) -- 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 0x7f90ec47f0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:38:44,377 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:38:44,381 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:44,381 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:38:44,384 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:44,385 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:38:44,388 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:44,388 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:38:44,392 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:44,392 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:38:44,394 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:38:44,394 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:38:44,397 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:44,398 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:38:44,401 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:38:44,401 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:38:44,401 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:44,413 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:44,425 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:38:44,426 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:38:44,430 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 17:38:44,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:44,436 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 17:38:44,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:44,439 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:38:44,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:38:44,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:44,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:38:44,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:44,451 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:38:44,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:38:44,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:44,459 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 17:38:44,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:44,463 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:38:44,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:38:44,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:44,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:38:44,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:44,475 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:38:44,478 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 17:38:44,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:44,483 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 17:38:44,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:44,486 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 17:38:44,489 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 17:38:44,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:44,495 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 17:38:44,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:44,498 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:38:44,499 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:38:49,039 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_8t1m9pi7/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:38:49,075 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:49,075 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:38:49,078 INFO program/MainThread: stdout[2]: 2024-03-01 17:38:49,078 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 17:38:49,079 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:38:49,079 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:38:49,083 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,083 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:38:49,087 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:49,087 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:38:49,090 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:49,091 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:38:49,094 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:49,094 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:38:49,101 INFO program/MainThread: stdout: 2024-03-01 17:38:49,101 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:38:49,101 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:38:49,101 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:38:49,101 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:38:49,101 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:38:49,102 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:38:49,102 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:38:49,102 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:38:49,102 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:38:49,102 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:38:49,102 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:38:49,102 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:38:49,102 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:38:49,102 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:38:49,102 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:38:49,102 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,102 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 17:38:49,102 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:38:49,102 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:38:49,103 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:38:49,103 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:38:49,103 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:38:49,103 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:38:49,103 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:49,115 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,127 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:38:49,131 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553680105'} ; 2024-03-01 17:38:49,131 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 17:38:49,132 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 17:38:49,156 INFO program/MainThread: stdout[3]: 2024-03-01 17:38:49,157 INFO program/MainThread: stderr[3]: 2024-03-01 17:38:49,157 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:38:49,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:49,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:49,170 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:38:49,174 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:38:49,175 INFO blivet/MainThread: sda is a disk 2024-03-01 17:38:49,175 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:38:49,175 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:38:49,179 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:38:49,182 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:38:49,182 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 17:38:49,186 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 17:38:49,186 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:38:49,187 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:38:49,187 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa4801316a0) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:38:49,191 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:38:49,191 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:38:49,194 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553642513'} ; 2024-03-01 17:38:49,194 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 17:38:49,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:38:49,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:49,204 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:38:49,205 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:38:49,205 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:38:49,205 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:38:49,208 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:38:49,212 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:38:49,212 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 17:38:49,215 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 17:38:49,215 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:38:49,216 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:38:49,216 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa480072eb8) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:38:49,219 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:38:49,219 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:38:49,223 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:38:49,223 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 17:38:49,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:38:49,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:49,233 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:38:49,234 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:38:49,234 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:38:49,234 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:38:49,237 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:38:49,240 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:38:49,240 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 17:38:49,244 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 17:38:49,244 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:38:49,244 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:38:49,244 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa480072da0) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:38:49,248 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:38:49,248 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:38:49,251 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:38:49,251 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 17:38:49,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:38:49,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:49,261 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:38:49,262 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:38:49,262 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:38:49,262 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:38:49,265 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:38:49,269 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:38:49,269 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 17:38:49,272 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 17:38:49,272 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:38:49,273 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:38:49,273 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47f025f60) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:38:49,277 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:38:49,277 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:38:49,280 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553687452'} ; 2024-03-01 17:38:49,280 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 17:38:49,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:38:49,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:49,290 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:38:49,291 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:38:49,291 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:38:49,291 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:38:49,294 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:38:49,297 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:38:49,297 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 17:38:49,301 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 17:38:49,301 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:38:49,301 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:38:49,301 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa480072e10) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:38:49,305 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:38:49,305 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:38:49,308 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:38:49,308 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 17:38:49,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:38:49,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:49,319 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:38:49,319 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:38:49,319 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:38:49,319 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:38:49,323 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:38:49,326 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:38:49,326 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 17:38:49,330 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 17:38:49,330 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:38:49,330 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:38:49,330 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47f024eb8) -- 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:38:49,334 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:38:49,334 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:38:49,337 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:38:49,338 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 17:38:49,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:38:49,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:49,348 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:38:49,348 INFO blivet/MainThread: sde is a disk 2024-03-01 17:38:49,348 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:38:49,349 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:38:49,352 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:38:49,355 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:38:49,355 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 17:38:49,358 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 17:38:49,359 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:38:49,359 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:38:49,359 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47f039550) -- 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:38:49,363 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:38:49,363 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:38:49,366 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:38:49,366 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 17:38:49,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:38:49,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:49,377 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:38:49,377 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:38:49,378 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:38:49,378 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:38:49,381 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:38:49,384 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:38:49,385 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 17:38:49,388 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 17:38:49,388 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:38:49,389 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:38:49,389 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47f024d30) -- 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:38:49,392 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:38:49,393 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:38:49,396 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:38:49,396 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 17:38:49,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:38:49,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:49,406 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:38:49,407 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:38:49,407 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:38:49,407 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:38:49,410 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:38:49,414 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:38:49,414 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 17:38:49,417 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 17:38:49,417 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:38:49,418 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:38:49,418 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47f034438) -- 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:38:49,421 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:38:49,422 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:38:49,425 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:38:49,425 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 17:38:49,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:38:49,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:49,436 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:38:49,436 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:38:49,436 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:38:49,436 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:38:49,440 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:38:49,443 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:38:49,443 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 17:38:49,446 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 17:38:49,447 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:38:49,447 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:38:49,447 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47f024518) -- 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:38:49,451 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:38:49,451 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:38:49,454 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:38:49,454 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 17:38:49,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:38:49,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:49,465 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:38:49,465 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:38:49,465 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:38:49,466 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:38:49,469 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:38:49,472 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:38:49,472 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 17:38:49,476 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 17:38:49,476 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:38:49,477 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:38:49,477 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47f042320) -- 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:38:49,480 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:38:49,480 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:38:49,484 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:38:49,484 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 17:38:49,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:38:49,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:49,494 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:38:49,495 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:38:49,495 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:38:49,495 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:38:49,498 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:38:49,501 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:38:49,502 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 17:38:49,505 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 17:38:49,505 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:38:49,506 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:38:49,506 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47f0424a8) -- 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:38:49,509 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:38:49,509 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:38:49,513 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': '27468035'} ; 2024-03-01 17:38:49,513 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:38:49,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:49,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:49,523 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:38:49,523 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:38:49,523 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:38:49,523 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:38:49,523 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:38:49,524 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:38:49,527 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:38:49,530 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:38:49,530 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:38:49,534 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:38:49,534 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:38:49,535 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:38:49,535 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47f049278) -- 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 17:38:49,538 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:38:49,542 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:49,542 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:38:49,546 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:49,546 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:38:49,549 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:49,549 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:38:49,553 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:49,553 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:38:49,556 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:38:49,559 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:49,563 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:38:49,567 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 0x7fa47f033788> 2024-03-01 17:38:52,546 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:38:52,550 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:38:52,551 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:38:52,555 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', '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': '27470448'} ; 2024-03-01 17:38:52,555 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:38:52,555 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:38:52,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:52,565 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:38:52,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:52,571 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:52,585 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:52,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:38:52,605 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:38:52,609 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:38:52,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:38:52,612 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:38:52,616 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:38:52,616 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:38:52,619 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:38:52,620 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:38:52,620 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:38:52,623 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:38:52,627 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:38:52,630 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:38:52,633 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:38:52,636 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:38:52,637 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:38:52,637 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:38:52,638 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:38:52,637 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fa480071c50) -- 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 0x7fa47f0590f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:38:52,641 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:38:52,645 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:52,645 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:38:52,648 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:52,648 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:38:52,652 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:52,652 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:38:52,656 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:52,656 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:38:52,657 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:38:52,658 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:38:52,661 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:52,661 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:38:52,665 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:38:52,665 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:38:52,665 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:52,677 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:52,689 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:38:52,690 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:38:52,694 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 17:38:52,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:52,700 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 17:38:52,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:52,703 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:38:52,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:52,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:52,714 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:38:52,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:52,723 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 17:38:52,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:52,726 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:38:52,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:52,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:52,738 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:38:52,741 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 17:38:52,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:52,747 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 17:38:52,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:52,750 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 17:38:52,753 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 17:38:52,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:52,758 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 17:38:52,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:52,761 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:38:52,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:52,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:52,773 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:38:52,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:38:52,779 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:38:52,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,785 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:38:52,785 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:38:52,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:38:52,791 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:38:52,795 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:38:52,795 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:38:52,795 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:38:52,799 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:38:52,799 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:38:52,802 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:38:52,802 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:38:52,805 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:38:52,806 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:38:52,806 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:38:52,809 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:38:52,809 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:38:52,812 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:38:52,812 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:38:52,816 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:38:52,816 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:38:52,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:38:52,819 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:38:52,819 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:38:52,822 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:38:52,822 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:38:52,823 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:38:52,828 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:38:52,831 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:38:52,835 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:38:52,839 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:38:52,843 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:38:52,846 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:38:52,847 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:38:52,850 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:38:52,851 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:38:52,851 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:38:52,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:52,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:52,864 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:38:52,865 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:38:52,866 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:38:52,866 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -99.73890339425589 2024-03-01 17:38:52,866 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:38:52,867 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:38:52,870 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:52,870 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:38:52,873 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:52,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:38:52,877 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:38:52,881 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:38:52,881 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:38:52,885 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:38:52,888 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:38:52,892 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:38:52,896 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:38:52,896 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:38:52,897 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:38:52,897 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:38:52,897 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:38:52,901 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:38:52,902 INFO program/MainThread: stderr[4]: 2024-03-01 17:38:52,902 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:38:52,902 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:38:52,902 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:38:52,903 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:38:52,908 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:38:52,908 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:38:52,909 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:38:52,909 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:38:52,909 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:38:52,909 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:38:52,909 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:38:52,909 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:38:52,909 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:38:52,909 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:38:52,909 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:38:52,909 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:38:52,910 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:38:52,913 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:38:52,916 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:38:52,919 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:38:52,919 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:38:52,922 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:38:52,922 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 0x7fa47ef8ceb8> 2024-03-01 17:38:52,923 INFO blivet/MainThread: sorting actions... 2024-03-01 17:38:52,924 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:38:52,924 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:38:52,924 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:38:52,924 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:38:52,924 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:38:52,925 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:38:52,925 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:38:52,925 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:38:52,925 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:38:52,925 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:38:52,929 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:52,932 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:38:52,932 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:38:52,939 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:52,940 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:52,970 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:52,970 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:52,983 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:52,983 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:38:52,987 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:52,990 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:38:52,990 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:38:52,998 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:52,999 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:53,029 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,029 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:53,041 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,041 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:38:53,045 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:53,048 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:38:53,048 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:38:53,055 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,055 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:53,083 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,083 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:53,096 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,096 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:38:53,100 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:53,103 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:38:53,106 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:38:53,106 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:38:53,107 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 17:38:53,142 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 17:38:53,143 INFO program/MainThread: stderr[5]: 2024-03-01 17:38:53,143 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:38:53,143 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:53,159 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,163 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:38:53,163 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 17:38:53,164 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:38:53,174 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,174 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:53,200 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,200 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:38:53,204 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:53,207 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:38:53,210 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:38:53,210 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:38:53,211 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 17:38:53,241 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:38:53,242 INFO program/MainThread: stderr[6]: 2024-03-01 17:38:53,242 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:38:53,242 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:53,261 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,265 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:38:53,265 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 17:38:53,267 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:38:53,276 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,277 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:53,300 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,300 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:38:53,304 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:53,307 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:38:53,311 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:38:53,311 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:38:53,311 INFO program/MainThread: Running [7] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:38:53,344 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:38:53,344 INFO program/MainThread: stderr[7]: 2024-03-01 17:38:53,344 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:38:53,344 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:53,366 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,370 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:38:53,370 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 17:38:53,372 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:38:53,382 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,383 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:53,409 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,409 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:38:53,413 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:38:53,417 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:38:53,420 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:53,423 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:38:53,426 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:53,429 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:38:53,433 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:53,436 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:38:53,439 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:38:53,439 INFO program/MainThread: Running [8] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:53,497 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 17:38:53,497 INFO program/MainThread: stderr[8]: 2024-03-01 17:38:53,497 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:38:53,505 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:38:53,513 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:38:53,521 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:53,528 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:38:53,534 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:53,541 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:38:53,550 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:53,554 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:38:53,555 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:53,586 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,590 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:38:53,594 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:38:53,594 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:53,607 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,607 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:38:53,616 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,616 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:53,625 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,626 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:38:53,630 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:38:53,633 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:38:53,637 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:38:53,640 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:38:53,644 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:53,647 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:38:53,651 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:53,654 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:38:53,658 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:53,662 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:38:53,662 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:53,672 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,677 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:38:53,678 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/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:53,706 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 17:38:53,706 INFO program/MainThread: stderr[9]: 2024-03-01 17:38:53,706 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:38:53,711 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:38:53,711 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:53,799 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 17:38:53,799 INFO program/MainThread: stderr[10]: 2024-03-01 17:38:53,800 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:38:53,808 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:53,816 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:38:53,817 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:38:53,817 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:53,843 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,847 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 17:38:53,848 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:38:53,849 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:38:53,858 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,858 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:53,875 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,875 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:38:53,879 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:53,883 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:38:53,886 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:38:53,886 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:38:53,914 INFO program/MainThread: stdout: 2024-03-01 17:38:53,914 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=98048 blks 2024-03-01 17:38:53,914 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:38:53,914 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:38:53,914 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:38:53,914 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 17:38:53,915 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:38:53,915 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:38:53,915 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:38:53,915 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:38:53,915 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:38:53,915 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,915 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:38:53,928 INFO program/MainThread: stdout: 2024-03-01 17:38:53,929 INFO program/MainThread: writing all SBs 2024-03-01 17:38:53,929 INFO program/MainThread: new label = "" 2024-03-01 17:38:53,929 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,929 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:53,946 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,950 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:38:53,950 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:38:53,951 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:38:53,961 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,961 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:53,976 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:53,981 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:38:53,981 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 0x7fa47ef261a8> 2024-03-01 17:38:53,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:53,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:38:53,988 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:38:53,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:53,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:38:53,994 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:39:07,730 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_g9lyxijx/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:39:07,766 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:07,766 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:39:07,769 INFO program/MainThread: stdout[2]: 2024-03-01 17:39:07,769 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 17:39:07,769 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:39:07,770 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:39:07,774 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:07,774 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:39:07,778 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:07,778 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:39:07,781 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:07,781 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:39:07,784 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:07,785 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:39:07,794 INFO program/MainThread: stdout: 2024-03-01 17:39:07,795 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:39:07,795 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm 2024-03-01 17:39:07,795 INFO program/MainThread: `-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 17:39:07,795 INFO program/MainThread: |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 2024-03-01 17:39:07,795 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 2024-03-01 17:39:07,795 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J 2024-03-01 17:39:07,795 INFO program/MainThread: |-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 17:39:07,795 INFO program/MainThread: | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 2024-03-01 17:39:07,795 INFO program/MainThread: | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 2024-03-01 17:39:07,795 INFO program/MainThread: `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- 2024-03-01 17:39:07,795 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 2024-03-01 17:39:07,795 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o 2024-03-01 17:39:07,795 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:39:07,795 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:39:07,795 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:39:07,795 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:39:07,795 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:39:07,795 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:39:07,795 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:39:07,795 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:39:07,795 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:39:07,795 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:39:07,795 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:39:07,795 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:07,796 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm `-test_vg1-lv1-real 1606418432 root disk brw-rw---- |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 sdb 1073741824 root disk brw-rw---- LVM2_member ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J |-test_vg1-lv1-real 1606418432 root disk brw-rw---- | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 sdc 1073741824 root disk brw-rw---- LVM2_member eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o 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 17:39:07,796 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:39:07,796 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:39:07,796 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:39:07,796 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:39:07,796 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:39:07,797 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:39:07,797 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:07,807 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:07,821 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1', 'test_vg1-lv1-real', 'test_vg1-lv1_snapset1-cow', 'test_vg1-lv1_snapset1'] 2024-03-01 17:39:07,825 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/lvm-pv-uuid-xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm ' '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541', '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': 'xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm', 'ID_FS_UUID_ENC': 'xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553680105'} ; 2024-03-01 17:39:07,825 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 17:39:07,826 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 17:39:07,855 INFO program/MainThread: stdout[3]: 2024-03-01 17:39:07,855 INFO program/MainThread: stderr[3]: 2024-03-01 17:39:07,855 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:39:07,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:07,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:07,868 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:39:07,873 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:39:07,874 INFO blivet/MainThread: sda is a disk 2024-03-01 17:39:07,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:39:07,874 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:39:07,878 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:39:07,881 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:39:07,881 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 17:39:07,885 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 17:39:07,885 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:39:07,886 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:39:07,886 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba1d782be0) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:39:07,890 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:39:07,893 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:07,894 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:39:07,897 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:07,897 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:39:07,901 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:07,901 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:39:07,904 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:07,904 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:39:07,908 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:39:07,908 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:39:07,908 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 17:39:07,939 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:39:07,939 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J. WARNING: Couldn't find device with uuid eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o. WARNING: VG test_vg1 is missing PV ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 17:39:07,939 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:39:07,940 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:39:07,945 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm ; label: None ; device: /dev/sda ; serial: 36001405efaa722eff094890a3724a541 ; exists: True ; vg_name: test_vg1 ; vg_uuid: YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ ; pe_start: 8 MiB ; 2024-03-01 17:39:07,945 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:39:07,948 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:39:07,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ ; incomplete: True ; hidden: False ; 2024-03-01 17:39:07,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:07,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:07,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:07,961 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 17:39:07,992 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:39:07,992 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J. WARNING: Couldn't find device with uuid eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o. WARNING: VG test_vg1 is missing PV ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 17:39:07,992 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:39:07,992 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:39:07,993 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:39:07,999 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:39:08,002 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:39:08,003 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:39:08,006 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:39:08,006 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 17:39:08,037 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=7ddqIP-tiSG-sPfN-nIU6-9Yjc-222s-2we2lG LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:39:08,037 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J. WARNING: Couldn't find device with uuid eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o. WARNING: VG test_vg1 is missing PV ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 17:39:08,037 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:39:08,042 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:39:08,043 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:39:08,046 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:39:08,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ ; incomplete: True ; hidden: False ; 2024-03-01 17:39:08,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:39:08,053 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:39:08,053 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:08,057 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/lvm-pv-uuid-ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J ' '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', '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': 'ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J', 'ID_FS_UUID_ENC': 'ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553642513'} ; 2024-03-01 17:39:08,057 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 17:39:08,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:08,068 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:39:08,069 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:39:08,069 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:39:08,069 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:39:08,072 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:39:08,075 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:39:08,076 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 17:39:08,079 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 17:39:08,079 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:39:08,080 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:39:08,080 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba1c73ce80) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:39:08,083 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:39:08,087 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:08,087 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:39:08,091 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:08,091 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:39:08,094 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:08,094 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:39:08,098 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:08,098 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:39:08,101 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:39:08,101 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:39:08,101 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 17:39:08,129 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:39:08,129 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o. WARNING: VG test_vg1 is missing PV eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o (last written to /dev/sdc). 2024-03-01 17:39:08,129 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:39:08,129 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:39:08,134 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J ; label: None ; device: /dev/sdb ; serial: 36001405814a177f25a64e11afedc6396 ; exists: True ; vg_name: test_vg1 ; vg_uuid: YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ ; pe_start: 8 MiB ; free: 192 MiB ; 2024-03-01 17:39:08,134 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:39:08,137 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:39:08,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ ; incomplete: True ; hidden: False ; 2024-03-01 17:39:08,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:39:08,148 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:39:08,151 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:39:08,154 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:39:08,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ ; incomplete: True ; hidden: False ; 2024-03-01 17:39:08,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:08,161 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 17:39:08,188 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=7ddqIP-tiSG-sPfN-nIU6-9Yjc-222s-2we2lG LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:39:08,189 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o. WARNING: VG test_vg1 is missing PV eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o (last written to /dev/sdc). 2024-03-01 17:39:08,189 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:39:08,189 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:39:08,189 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:08,194 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:39:08,194 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 17:39:08,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:08,205 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:39:08,205 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:39:08,205 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:39:08,206 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:39:08,209 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:39:08,212 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:39:08,212 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 17:39:08,216 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 17:39:08,216 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:39:08,217 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:39:08,217 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba1c6b1748) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:39:08,220 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:39:08,220 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:39:08,224 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:39:08,224 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 17:39:08,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:08,234 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:39:08,234 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:39:08,235 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:39:08,235 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:39:08,238 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:39:08,241 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:39:08,242 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 17:39:08,245 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 17:39:08,245 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:39:08,246 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:39:08,246 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba1c72c860) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:39:08,249 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:39:08,249 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:39:08,253 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/lvm-pv-uuid-eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92', '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': 'eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o', 'ID_FS_UUID_ENC': 'eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553687452'} ; 2024-03-01 17:39:08,253 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 17:39:08,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:08,263 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:39:08,263 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:39:08,263 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:39:08,264 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:39:08,267 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:39:08,270 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:39:08,270 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 17:39:08,273 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 17:39:08,274 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:39:08,274 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:39:08,274 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba1c72c128) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:39:08,278 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:39:08,281 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:08,281 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:39:08,285 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:08,285 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:39:08,288 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:08,288 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:39:08,292 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:08,292 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:39:08,295 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:39:08,295 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:39:08,295 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/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:08,322 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:39:08,323 INFO program/MainThread: stderr[9]: 2024-03-01 17:39:08,323 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:39:08,323 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:39:08,327 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o ; label: None ; device: /dev/sdc ; serial: 360014055ae7217664324061aa4a87442 ; exists: True ; vg_name: test_vg1 ; vg_uuid: YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:39:08,328 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:39:08,331 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:39:08,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ ; incomplete: True ; hidden: False ; 2024-03-01 17:39:08,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:08,341 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:39:08,345 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:39:08,348 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:39:08,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ ; incomplete: True ; hidden: False ; 2024-03-01 17:39:08,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:08,355 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/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:08,387 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=7ddqIP-tiSG-sPfN-nIU6-9Yjc-222s-2we2lG LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:39:08,387 INFO program/MainThread: stderr[10]: 2024-03-01 17:39:08,387 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:39:08,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:08,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:08,402 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:39:08,405 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:39:08,406 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:39:08,409 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:39:08,413 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:39:08,413 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:39:08,417 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 17:39:08,418 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:39:08,418 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:39:08,421 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:39:08,426 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:39:08,426 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:39:08,429 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:39:08,433 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:39:08,433 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:39:08,437 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 17:39:08,437 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:39:08,437 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:39:08,437 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:39:08,441 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:39:08,441 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:39:08,444 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 17:39:08,445 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:39:08,448 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZh75ZARn0FfaaEhPw9vKIv9joxsBMI8ok', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZh75ZARn0FfaaEhPw9vKIv9joxsBMI8ok', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889', 'ID_FS_UUID_ENC': 'f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1180880154'} ; 2024-03-01 17:39:08,448 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:39:08,449 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:08,453 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:39:08,453 INFO program/MainThread: stderr[11]: 2024-03-01 17:39:08,453 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:39:08,453 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:08,456 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:39:08,456 INFO program/MainThread: stderr[12]: 2024-03-01 17:39:08,456 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:39:08,456 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:08,459 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:39:08,460 INFO program/MainThread: stderr[13]: 2024-03-01 17:39:08,460 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:39:08,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:39:08,470 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:08,471 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:08,471 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:08,472 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:08,468 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba1c72c630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fba1d7939e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:08,472 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:08,476 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:39:08,476 INFO program/MainThread: stderr[14]: 2024-03-01 17:39:08,476 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:39:08,480 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:39:08,484 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:08,484 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:39:08,488 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:08,488 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:39:08,492 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:08,492 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:39:08,495 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:08,495 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:39:08,497 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:39:08,497 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:39:08,501 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:08,501 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:39:08,505 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:39:08,505 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:08,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:08,512 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv1_snapset1' 2024-03-01 17:39:08,512 INFO program/MainThread: Running [15] lvm lvs --noheadings -o origin test_vg1/lv1_snapset1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:08,538 INFO program/MainThread: stdout[15]: lv1 2024-03-01 17:39:08,539 INFO program/MainThread: stderr[15]: 2024-03-01 17:39:08,539 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:39:08,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:39:08,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:39:08,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7ddqIP-tiSG-sPfN-nIU6-9Yjc-222s-2we2lG ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:08,560 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:39:08,564 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 17:39:08,564 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:39:08,568 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 17:39:08,571 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:39:08,572 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:39:08,575 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:39:08,576 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 17:39:08,576 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:39:08,580 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 17:39:08,583 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 17:39:08,584 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:39:08,587 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 17:39:08,591 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:39:08,591 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:39:08,594 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:39:08,595 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 17:39:08,595 DEBUG blivet/MainThread: Adding test_vg1-lv1_snapset1/308 MiB to test_vg1 2024-03-01 17:39:08,595 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv1_snapset1 (id 58) to device tree 2024-03-01 17:39:08,599 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:39:08,599 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:39:08,602 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:39:08,603 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 17:39:08,606 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-uuid/f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 ' '/dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZ7ddqIPtiSGsPfNnIU69Yjc222s2we2lG', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZ7ddqIPtiSGsPfNnIU69Yjc222s2we2lG', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889', 'ID_FS_UUID_ENC': 'f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1185367333'} ; 2024-03-01 17:39:08,606 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:39:08,607 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:39:08,611 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:39:08,611 INFO program/MainThread: stderr[16]: 2024-03-01 17:39:08,611 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:39:08,611 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:39:08,614 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:39:08,614 INFO program/MainThread: stderr[17]: 2024-03-01 17:39:08,614 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:39:08,615 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:39:08,618 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:39:08,618 INFO program/MainThread: stderr[18]: 2024-03-01 17:39:08,618 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:39:08,622 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 2024-03-01 17:39:08,629 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:08,630 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:08,630 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:08,631 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:08,626 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba1c6b1828) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7ddqIP-tiSG-sPfN-nIU6-9Yjc-222s-2we2lG size = 308 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fba1d7939e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:39:08,631 INFO program/MainThread: Running [19] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:39:08,634 INFO program/MainThread: stdout[19]: LVM 2024-03-01 17:39:08,635 INFO program/MainThread: stderr[19]: 2024-03-01 17:39:08,635 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:39:08,639 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 17:39:08,643 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:08,643 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:39:08,647 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:08,647 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:39:08,650 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:08,651 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:39:08,654 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:08,654 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:39:08,655 INFO blivet/MainThread: type detected on 'test_vg1-lv1_snapset1' is 'xfs' 2024-03-01 17:39:08,658 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:08,658 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:39:08,661 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: xfs ; current: None ; 2024-03-01 17:39:08,662 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:08,662 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:08,665 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:39:08,666 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 17:39:08,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:08,676 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:39:08,677 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:39:08,677 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:39:08,677 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:39:08,680 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:39:08,684 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:39:08,684 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 17:39:08,687 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 17:39:08,688 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:39:08,688 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:39:08,688 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba1c6d5358) -- name = sdd status = True id = 72 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:39:08,692 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:39:08,692 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:39:08,695 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:39:08,695 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 17:39:08,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:08,706 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:39:08,707 INFO blivet/MainThread: sde is a disk 2024-03-01 17:39:08,707 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 78 2024-03-01 17:39:08,707 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 79 2024-03-01 17:39:08,710 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:39:08,713 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:39:08,713 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 17:39:08,717 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 17:39:08,717 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:39:08,717 INFO blivet/MainThread: added disk sde (id 77) to device tree 2024-03-01 17:39:08,717 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba1c6cbfd0) -- name = sde status = True id = 77 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:39:08,721 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:39:08,721 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:39:08,724 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:39:08,725 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 17:39:08,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:08,735 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:39:08,736 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:39:08,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:39:08,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 17:39:08,739 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:39:08,743 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:39:08,743 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 17:39:08,746 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 17:39:08,746 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:39:08,747 INFO blivet/MainThread: added disk sdf (id 82) to device tree 2024-03-01 17:39:08,747 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba1c6d5c88) -- name = sdf status = True id = 82 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:39:08,750 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:39:08,751 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:39:08,754 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:39:08,754 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 17:39:08,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:08,765 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:39:08,765 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:39:08,765 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:39:08,765 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:39:08,769 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:39:08,772 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:39:08,772 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 17:39:08,775 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 17:39:08,776 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:39:08,776 INFO blivet/MainThread: added disk sdg (id 87) to device tree 2024-03-01 17:39:08,776 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba1c6dc630) -- name = sdg status = True id = 87 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:39:08,780 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:39:08,780 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:39:08,783 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:39:08,783 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 17:39:08,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:08,794 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:39:08,795 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:39:08,795 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:39:08,795 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 94 2024-03-01 17:39:08,798 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:39:08,801 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:39:08,801 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 17:39:08,805 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 17:39:08,805 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:39:08,805 INFO blivet/MainThread: added disk sdh (id 92) to device tree 2024-03-01 17:39:08,805 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba1c6dcbe0) -- name = sdh status = True id = 92 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:39:08,809 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:39:08,809 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:39:08,812 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:39:08,813 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 17:39:08,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:08,823 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:39:08,824 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:39:08,824 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:39:08,824 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 99 2024-03-01 17:39:08,827 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:39:08,831 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:39:08,831 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 17:39:08,834 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 17:39:08,835 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:39:08,835 INFO blivet/MainThread: added disk sdi (id 97) to device tree 2024-03-01 17:39:08,835 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba1c6dd518) -- name = sdi status = True id = 97 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:39:08,839 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:39:08,839 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:39:08,842 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:39:08,842 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 17:39:08,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:08,853 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:39:08,854 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:39:08,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:39:08,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 104 2024-03-01 17:39:08,857 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:39:08,861 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:39:08,861 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 17:39:08,864 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 17:39:08,865 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:39:08,865 INFO blivet/MainThread: added disk sdj (id 102) to device tree 2024-03-01 17:39:08,865 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba1c6dd438) -- name = sdj status = True id = 102 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:39:08,869 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:39:08,869 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:39:08,872 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': '27468035'} ; 2024-03-01 17:39:08,872 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:39:08,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:08,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:08,883 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:39:08,883 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:39:08,883 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:39:08,883 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:39:08,883 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 108 2024-03-01 17:39:08,883 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:39:08,887 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:39:08,890 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:39:08,890 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:39:08,894 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:39:08,894 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:39:08,894 INFO blivet/MainThread: added disk xvda (id 107) to device tree 2024-03-01 17:39:08,895 INFO blivet/MainThread: got device: DiskDevice instance (0x7fba1c6e3400) -- name = xvda status = True id = 107 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 17:39:08,898 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:39:08,902 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:08,902 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 111 2024-03-01 17:39:08,905 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:08,905 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 112 2024-03-01 17:39:08,909 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:08,909 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 113 2024-03-01 17:39:08,912 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:08,912 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:39:08,916 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:39:08,919 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:39:08,922 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:39:08,926 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 0x7fba1c6b7188> 2024-03-01 17:39:11,854 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 115 2024-03-01 17:39:11,858 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:39:11,859 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:39:11,863 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', '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': '27470448'} ; 2024-03-01 17:39:11,863 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:39:11,863 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:39:11,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:11,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:11,873 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:39:11,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:11,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:11,880 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:11,893 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:11,910 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:11,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (107) with existing msdos disklabel 2024-03-01 17:39:11,914 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 118 2024-03-01 17:39:11,917 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:39:11,918 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:39:11,921 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:39:11,925 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:39:11,925 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:39:11,928 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:39:11,929 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:39:11,929 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:39:11,932 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:39:11,936 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:39:11,939 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:39:11,942 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:39:11,945 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:39:11,946 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:39:11,946 INFO blivet/MainThread: added partition xvda1 (id 117) to device tree 2024-03-01 17:39:11,947 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:39:11,946 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fba1c6e6160) -- name = xvda1 status = True id = 117 children = [] parents = ['existing 250 GiB disk xvda (107) 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 0x7fba1c6c7b48> disk = existing 250 GiB disk xvda (107) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:39:11,951 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:39:11,954 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:11,954 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 121 2024-03-01 17:39:11,958 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:11,958 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 122 2024-03-01 17:39:11,961 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:11,961 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 123 2024-03-01 17:39:11,966 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:11,966 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 124 2024-03-01 17:39:11,966 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:39:11,969 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:11,969 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 125 2024-03-01 17:39:11,972 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:39:11,973 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:11,976 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZh75ZARn0FfaaEhPw9vKIv9joxsBMI8ok ' '/dev/disk/by-uuid/f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/test_vg1/lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZh75ZARn0FfaaEhPw9vKIv9joxsBMI8ok', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889', 'ID_FS_UUID_ENC': 'f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1180880154'} ; 2024-03-01 17:39:11,976 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:39:11,977 INFO program/MainThread: Running [20] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:11,981 INFO program/MainThread: stdout[20]: LVM 2024-03-01 17:39:11,981 INFO program/MainThread: stderr[20]: 2024-03-01 17:39:11,981 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:39:11,981 INFO program/MainThread: Running [21] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:11,985 INFO program/MainThread: stdout[21]: LVM 2024-03-01 17:39:11,985 INFO program/MainThread: stderr[21]: 2024-03-01 17:39:11,985 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:39:11,985 INFO program/MainThread: Running [22] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:11,989 INFO program/MainThread: stdout[22]: LVM 2024-03-01 17:39:11,989 INFO program/MainThread: stderr[22]: 2024-03-01 17:39:11,989 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:39:11,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:11,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:39:12,000 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:12,001 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:12,001 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:12,002 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:11,997 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba1c72c630) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fba1d7939e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:12,002 INFO program/MainThread: Running [23] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:12,007 INFO program/MainThread: stdout[23]: LVM 2024-03-01 17:39:12,007 INFO program/MainThread: stderr[23]: 2024-03-01 17:39:12,007 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:39:12,011 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:39:12,011 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:39:12,015 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1-real ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1-real', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZh75ZARn0FfaaEhPw9vKIv9joxsBMI8ok-real', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1185353167'} ; 2024-03-01 17:39:12,015 INFO blivet/MainThread: scanning test_vg1-lv1-real (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:39:12,015 INFO program/MainThread: Running [24] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:39:12,019 INFO program/MainThread: stdout[24]: LVM 2024-03-01 17:39:12,019 INFO program/MainThread: stderr[24]: 2024-03-01 17:39:12,019 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:39:12,019 INFO program/MainThread: Running [25] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:39:12,023 INFO program/MainThread: stdout[25]: LVM 2024-03-01 17:39:12,023 INFO program/MainThread: stderr[25]: 2024-03-01 17:39:12,023 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:39:12,023 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:39:12,026 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:39:12,026 INFO program/MainThread: stderr[26]: 2024-03-01 17:39:12,026 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:39:12,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 17:39:12,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:12,035 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:39:12,039 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:39:12,039 INFO program/MainThread: stderr[27]: 2024-03-01 17:39:12,039 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:39:12,039 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:39:12,042 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:39:12,042 INFO program/MainThread: stderr[28]: 2024-03-01 17:39:12,042 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:39:12,043 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:39:12,046 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:39:12,046 INFO program/MainThread: stderr[29]: 2024-03-01 17:39:12,046 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:39:12,050 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1-real ; 2024-03-01 17:39:12,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 17:39:12,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:12,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:39:12,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:39:12,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:12,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:39:12,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:12,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:12,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 17:39:12,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:12,094 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1-real 2024-03-01 17:39:12,098 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1-cow', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZ7ddqIPtiSGsPfNnIU69Yjc222s2we2lG-cow', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1185357775'} ; 2024-03-01 17:39:12,098 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1-cow (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:39:12,098 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:39:12,102 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:39:12,102 INFO program/MainThread: stderr[30]: 2024-03-01 17:39:12,102 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:39:12,102 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:39:12,106 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:39:12,106 INFO program/MainThread: stderr[31]: 2024-03-01 17:39:12,106 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:39:12,106 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:39:12,110 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:39:12,110 INFO program/MainThread: stderr[32]: 2024-03-01 17:39:12,110 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:39:12,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 17:39:12,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:12,119 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:39:12,123 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:39:12,123 INFO program/MainThread: stderr[33]: 2024-03-01 17:39:12,123 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:39:12,123 INFO program/MainThread: Running [34] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:39:12,127 INFO program/MainThread: stdout[34]: LVM 2024-03-01 17:39:12,127 INFO program/MainThread: stderr[34]: 2024-03-01 17:39:12,127 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:39:12,127 INFO program/MainThread: Running [35] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:39:12,130 INFO program/MainThread: stdout[35]: LVM 2024-03-01 17:39:12,130 INFO program/MainThread: stderr[35]: 2024-03-01 17:39:12,130 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:39:12,134 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1_snapset1-cow ; 2024-03-01 17:39:12,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 17:39:12,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:12,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:39:12,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:39:12,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:12,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:12,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 17:39:12,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:12,162 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1_snapset1-cow 2024-03-01 17:39:12,165 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 ' '/dev/mapper/test_vg1-lv1_snapset1 /dev/test_vg1/lv1_snapset1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZ7ddqIPtiSGsPfNnIU69Yjc222s2we2lG', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZ7ddqIPtiSGsPfNnIU69Yjc222s2we2lG', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889', 'ID_FS_UUID_ENC': 'f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1185367333'} ; 2024-03-01 17:39:12,165 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:39:12,165 INFO program/MainThread: Running [36] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:39:12,170 INFO program/MainThread: stdout[36]: LVM 2024-03-01 17:39:12,170 INFO program/MainThread: stderr[36]: 2024-03-01 17:39:12,170 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:39:12,170 INFO program/MainThread: Running [37] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:39:12,173 INFO program/MainThread: stdout[37]: LVM 2024-03-01 17:39:12,173 INFO program/MainThread: stderr[37]: 2024-03-01 17:39:12,173 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:39:12,173 INFO program/MainThread: Running [38] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:39:12,176 INFO program/MainThread: stdout[38]: LVM 2024-03-01 17:39:12,177 INFO program/MainThread: stderr[38]: 2024-03-01 17:39:12,177 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:39:12,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:12,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs filesystem 2024-03-01 17:39:12,188 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:12,189 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:12,189 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:12,190 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:12,185 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fba1c6b1828) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7ddqIP-tiSG-sPfN-nIU6-9Yjc-222s-2we2lG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fba1d7939e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:39:12,191 INFO program/MainThread: Running [39] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:39:12,195 INFO program/MainThread: stdout[39]: LVM 2024-03-01 17:39:12,195 INFO program/MainThread: stderr[39]: 2024-03-01 17:39:12,195 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:39:12,200 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 17:39:12,200 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1_snapset1, bailing 2024-03-01 17:39:12,200 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:12,214 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:12,228 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:39:12,229 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:39:12,233 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 17:39:12,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:12,240 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 17:39:12,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:12,243 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:39:12,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:39:12,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:12,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:39:12,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:12,255 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:39:12,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:39:12,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:12,264 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 17:39:12,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:12,267 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:39:12,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:39:12,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:12,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:39:12,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:12,279 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:39:12,282 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 17:39:12,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:12,288 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 17:39:12,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:12,291 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 17:39:12,294 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 17:39:12,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:12,300 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 17:39:12,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:12,303 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:39:16,911 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_qm_5rm5h/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:39:16,947 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:16,948 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:39:16,951 INFO program/MainThread: stdout[2]: 2024-03-01 17:39:16,951 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 17:39:16,951 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:39:16,951 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:39:16,956 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:16,956 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:39:16,960 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:16,960 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:39:16,963 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:16,964 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:39:16,967 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:16,967 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:39:16,978 INFO program/MainThread: stdout: 2024-03-01 17:39:16,978 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:39:16,978 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm 2024-03-01 17:39:16,978 INFO program/MainThread: `-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 17:39:16,978 INFO program/MainThread: |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 2024-03-01 17:39:16,978 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 2024-03-01 17:39:16,978 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J 2024-03-01 17:39:16,978 INFO program/MainThread: |-test_vg1-lv1-real 1606418432 root disk brw-rw---- 2024-03-01 17:39:16,978 INFO program/MainThread: | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 2024-03-01 17:39:16,979 INFO program/MainThread: | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 2024-03-01 17:39:16,979 INFO program/MainThread: `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- 2024-03-01 17:39:16,979 INFO program/MainThread: `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 2024-03-01 17:39:16,979 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o 2024-03-01 17:39:16,979 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:39:16,979 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:39:16,979 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:39:16,979 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:39:16,979 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:39:16,979 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:39:16,979 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:39:16,979 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:39:16,979 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:39:16,979 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:39:16,979 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:39:16,979 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:16,979 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm `-test_vg1-lv1-real 1606418432 root disk brw-rw---- |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 sdb 1073741824 root disk brw-rw---- LVM2_member ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J |-test_vg1-lv1-real 1606418432 root disk brw-rw---- | |-test_vg1-lv1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 | `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 `-test_vg1-lv1_snapset1-cow 322961408 root disk brw-rw---- `-test_vg1-lv1_snapset1 1606418432 root disk brw-rw---- xfs f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 sdc 1073741824 root disk brw-rw---- LVM2_member eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o 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 17:39:16,979 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:39:16,980 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:39:16,980 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:39:16,980 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:39:16,980 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:39:16,980 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:39:16,981 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:16,992 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:17,005 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1', 'test_vg1-lv1-real', 'test_vg1-lv1_snapset1-cow', 'test_vg1-lv1_snapset1'] 2024-03-01 17:39:17,010 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/lvm-pv-uuid-xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541', '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': 'xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm', 'ID_FS_UUID_ENC': 'xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553680105'} ; 2024-03-01 17:39:17,010 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 17:39:17,011 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 17:39:17,036 INFO program/MainThread: stdout[3]: 2024-03-01 17:39:17,036 INFO program/MainThread: stderr[3]: 2024-03-01 17:39:17,036 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:39:17,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:17,050 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:39:17,054 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:39:17,055 INFO blivet/MainThread: sda is a disk 2024-03-01 17:39:17,055 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:39:17,055 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:39:17,059 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:39:17,062 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:39:17,063 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 17:39:17,066 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 17:39:17,066 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:39:17,067 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:39:17,067 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6a949c5c18) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:39:17,071 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:39:17,075 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:17,075 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:39:17,078 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:17,078 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:39:17,082 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:17,082 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:39:17,085 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:17,085 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:39:17,089 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:39:17,089 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:39:17,089 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 17:39:17,115 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:39:17,116 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J. WARNING: Couldn't find device with uuid eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o. WARNING: VG test_vg1 is missing PV ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 17:39:17,116 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:39:17,116 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:39:17,121 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm ; label: None ; device: /dev/sda ; serial: 36001405efaa722eff094890a3724a541 ; exists: True ; vg_name: test_vg1 ; vg_uuid: YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ ; pe_start: 8 MiB ; 2024-03-01 17:39:17,121 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:39:17,125 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:39:17,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ ; incomplete: True ; hidden: False ; 2024-03-01 17:39:17,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:17,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:17,138 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 17:39:17,163 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:39:17,164 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J. WARNING: Couldn't find device with uuid eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o. WARNING: VG test_vg1 is missing PV ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 17:39:17,164 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:39:17,164 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:39:17,164 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:39:17,170 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:39:17,174 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:39:17,174 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:39:17,177 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:39:17,178 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 17:39:17,206 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=7ddqIP-tiSG-sPfN-nIU6-9Yjc-222s-2we2lG LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s-p- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:39:17,207 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J. WARNING: Couldn't find device with uuid eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o. WARNING: VG test_vg1 is missing PV ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1_snapset1 while checking used and assumed devices. 2024-03-01 17:39:17,207 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:39:17,211 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:39:17,212 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:39:17,215 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:39:17,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ ; incomplete: True ; hidden: False ; 2024-03-01 17:39:17,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:39:17,222 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:39:17,222 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:17,226 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/lvm-pv-uuid-ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', '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': 'ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J', 'ID_FS_UUID_ENC': 'ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553642513'} ; 2024-03-01 17:39:17,226 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 17:39:17,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:17,237 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:39:17,237 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:39:17,237 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:39:17,237 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:39:17,241 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:39:17,244 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:39:17,244 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 17:39:17,248 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 17:39:17,248 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:39:17,248 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:39:17,248 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6a9417feb8) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:39:17,252 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:39:17,255 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:17,256 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:39:17,259 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:17,259 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:39:17,263 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:17,263 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:39:17,266 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:17,266 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:39:17,269 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:39:17,269 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:39:17,269 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 17:39:17,298 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:39:17,298 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o. WARNING: VG test_vg1 is missing PV eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o (last written to /dev/sdc). 2024-03-01 17:39:17,298 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:39:17,298 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:39:17,303 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J ; label: None ; device: /dev/sdb ; serial: 36001405814a177f25a64e11afedc6396 ; exists: True ; vg_name: test_vg1 ; vg_uuid: YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ ; pe_start: 8 MiB ; free: 192 MiB ; 2024-03-01 17:39:17,303 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:39:17,306 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:39:17,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ ; incomplete: True ; hidden: False ; 2024-03-01 17:39:17,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:39:17,316 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:39:17,320 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:39:17,323 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:39:17,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ ; incomplete: True ; hidden: False ; 2024-03-01 17:39:17,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:17,329 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 17:39:17,356 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=7ddqIP-tiSG-sPfN-nIU6-9Yjc-222s-2we2lG LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:39:17,356 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o. WARNING: VG test_vg1 is missing PV eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o (last written to /dev/sdc). 2024-03-01 17:39:17,356 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:39:17,356 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:39:17,356 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:17,361 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:39:17,361 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 17:39:17,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:17,372 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:39:17,372 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:39:17,373 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:39:17,373 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:39:17,376 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:39:17,379 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:39:17,380 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 17:39:17,383 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 17:39:17,383 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:39:17,384 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:39:17,384 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6a940f4780) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:39:17,387 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:39:17,388 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:39:17,391 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:39:17,391 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 17:39:17,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:17,401 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:39:17,402 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:39:17,402 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:39:17,402 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:39:17,405 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:39:17,409 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:39:17,409 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 17:39:17,412 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 17:39:17,412 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:39:17,413 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:39:17,413 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6a9416f898) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:39:17,416 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:39:17,417 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:39:17,420 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/lvm-pv-uuid-eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o ' '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442', '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': 'eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o', 'ID_FS_UUID_ENC': 'eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553687452'} ; 2024-03-01 17:39:17,420 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 17:39:17,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:17,430 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:39:17,431 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:39:17,431 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:39:17,431 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:39:17,434 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:39:17,438 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:39:17,438 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 17:39:17,441 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 17:39:17,441 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:39:17,442 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:39:17,442 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6a9416f160) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:39:17,445 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:39:17,449 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:17,449 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:39:17,453 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:17,453 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:39:17,456 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:17,456 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:39:17,460 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:17,460 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:39:17,463 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:39:17,463 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:39:17,463 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/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:17,490 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=xERWmX-ZkvR-fcXJ-AvmY-neeQ-JYOQ-YwpIdm LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=ecUeEF-HpoP-tsOz-l84f-U5XH-J08W-T0yZ3J LVM2_PV_FREE=201326592 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1266679808 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=302 LVM2_PV_COUNT=3 2024-03-01 17:39:17,491 INFO program/MainThread: stderr[9]: 2024-03-01 17:39:17,491 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:39:17,491 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:39:17,495 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: eCFjLC-1Jnw-Lm2L-15Gd-kBBY-PLKt-G1CE7o ; label: None ; device: /dev/sdc ; serial: 360014055ae7217664324061aa4a87442 ; exists: True ; vg_name: test_vg1 ; vg_uuid: YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:39:17,496 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:39:17,499 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:39:17,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ ; incomplete: True ; hidden: False ; 2024-03-01 17:39:17,505 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:17,509 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:39:17,513 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:39:17,516 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:39:17,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ ; incomplete: True ; hidden: False ; 2024-03-01 17:39:17,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:17,523 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/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:17,548 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=owi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,origin,thickorigin LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1_snapset1 LVM2_LV_UUID=7ddqIP-tiSG-sPfN-nIU6-9Yjc-222s-2we2lG LVM2_LV_SIZE=322961408 LVM2_LV_ATTR=swi-a-s--- LVM2_SEGTYPE=linear LVM2_ORIGIN=lv1 LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public,snapshot,thicksnapshot LVM2_MOVE_PV= LVM2_DATA_PERCENT=0.00 LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:39:17,549 INFO program/MainThread: stderr[10]: 2024-03-01 17:39:17,549 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:39:17,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:17,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:17,563 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:39:17,567 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:39:17,568 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:39:17,571 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:39:17,575 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:39:17,576 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:39:17,579 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 17:39:17,580 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:39:17,580 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:39:17,584 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:39:17,588 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:39:17,588 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:39:17,592 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:39:17,595 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:39:17,596 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:39:17,599 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 17:39:17,600 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:39:17,600 DEBUG blivet/MainThread: Adding test_vg1-lv1/1.5 GiB to test_vg1 2024-03-01 17:39:17,600 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:39:17,603 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:39:17,604 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:39:17,607 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 17:39:17,607 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:39:17,611 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 ' '/dev/disk/by-id/dm-uuid-LVM-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZh75ZARn0FfaaEhPw9vKIv9joxsBMI8ok', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZh75ZARn0FfaaEhPw9vKIv9joxsBMI8ok', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889', 'ID_FS_UUID_ENC': 'f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1180880154'} ; 2024-03-01 17:39:17,611 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:39:17,612 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:17,616 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:39:17,616 INFO program/MainThread: stderr[11]: 2024-03-01 17:39:17,616 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:39:17,616 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:17,619 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:39:17,619 INFO program/MainThread: stderr[12]: 2024-03-01 17:39:17,619 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:39:17,619 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:17,623 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:39:17,623 INFO program/MainThread: stderr[13]: 2024-03-01 17:39:17,623 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:39:17,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:39:17,634 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:17,635 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:17,635 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:17,636 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:17,631 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:17,636 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:17,640 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:39:17,641 INFO program/MainThread: stderr[14]: 2024-03-01 17:39:17,641 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:39:17,645 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:39:17,649 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:17,649 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:39:17,653 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:17,653 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:39:17,657 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:17,657 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:39:17,661 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:17,661 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:39:17,663 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:39:17,663 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:39:17,667 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:17,667 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:39:17,670 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:39:17,671 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:17,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:17,678 INFO blivet/MainThread: found lvm snapshot volume 'test_vg1-lv1_snapset1' 2024-03-01 17:39:17,678 INFO program/MainThread: Running [15] lvm lvs --noheadings -o origin test_vg1/lv1_snapset1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:17,706 INFO program/MainThread: stdout[15]: lv1 2024-03-01 17:39:17,706 INFO program/MainThread: stderr[15]: 2024-03-01 17:39:17,706 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:39:17,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:39:17,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:39:17,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7ddqIP-tiSG-sPfN-nIU6-9Yjc-222s-2we2lG ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:17,728 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:39:17,732 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 17:39:17,732 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:39:17,736 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 17:39:17,739 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:39:17,740 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:39:17,743 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:39:17,744 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 17:39:17,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:39:17,748 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 17:39:17,751 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 1 ; 2024-03-01 17:39:17,752 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:39:17,755 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: None ; 2024-03-01 17:39:17,759 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:39:17,759 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:39:17,763 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:39:17,763 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 17:39:17,763 DEBUG blivet/MainThread: Adding test_vg1-lv1_snapset1/308 MiB to test_vg1 2024-03-01 17:39:17,764 INFO blivet/MainThread: added lvmsnapshot test_vg1-lv1_snapset1 (id 58) to device tree 2024-03-01 17:39:17,767 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:39:17,767 DEBUG blivet/MainThread: test_vg1-lv1_snapset1 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:39:17,771 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1_snapset1 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:39:17,771 DEBUG blivet/MainThread: updated test_vg1-lv1_snapset1 size to 308 MiB (308 MiB) 2024-03-01 17:39:17,775 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-uuid-LVM-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZ7ddqIPtiSGsPfNnIU69Yjc222s2we2lG ' '/dev/disk/by-uuid/f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 ' '/dev/test_vg1/lv1_snapset1 /dev/mapper/test_vg1-lv1_snapset1', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZ7ddqIPtiSGsPfNnIU69Yjc222s2we2lG', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889', 'ID_FS_UUID_ENC': 'f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1185367333'} ; 2024-03-01 17:39:17,775 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:39:17,775 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:39:17,779 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:39:17,780 INFO program/MainThread: stderr[16]: 2024-03-01 17:39:17,780 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:39:17,780 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:39:17,783 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:39:17,783 INFO program/MainThread: stderr[17]: 2024-03-01 17:39:17,783 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:39:17,783 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:39:17,786 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:39:17,787 INFO program/MainThread: stderr[18]: 2024-03-01 17:39:17,787 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:39:17,792 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 2024-03-01 17:39:17,799 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:17,799 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:17,800 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:17,801 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:17,796 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6a940f4860) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7ddqIP-tiSG-sPfN-nIU6-9Yjc-222s-2we2lG size = 308 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:39:17,801 INFO program/MainThread: Running [19] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:39:17,805 INFO program/MainThread: stdout[19]: LVM 2024-03-01 17:39:17,806 INFO program/MainThread: stderr[19]: 2024-03-01 17:39:17,806 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:39:17,810 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 17:39:17,814 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:17,814 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:39:17,818 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:17,819 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:39:17,822 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:17,822 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:39:17,826 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:17,826 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:39:17,827 INFO blivet/MainThread: type detected on 'test_vg1-lv1_snapset1' is 'xfs' 2024-03-01 17:39:17,830 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:17,830 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:39:17,834 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: xfs ; current: None ; 2024-03-01 17:39:17,834 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:17,834 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:17,838 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:39:17,838 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 17:39:17,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:17,849 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:39:17,850 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:39:17,850 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:39:17,850 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:39:17,853 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:39:17,857 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:39:17,857 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 17:39:17,860 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 17:39:17,861 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:39:17,861 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:39:17,861 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6a94118358) -- name = sdd status = True id = 72 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:39:17,865 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:39:17,865 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:39:17,868 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:39:17,869 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 17:39:17,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:17,879 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:39:17,880 INFO blivet/MainThread: sde is a disk 2024-03-01 17:39:17,880 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 78 2024-03-01 17:39:17,880 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 79 2024-03-01 17:39:17,883 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:39:17,887 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:39:17,887 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 17:39:17,890 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 17:39:17,890 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:39:17,891 INFO blivet/MainThread: added disk sde (id 77) to device tree 2024-03-01 17:39:17,891 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6a9410efd0) -- name = sde status = True id = 77 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:39:17,895 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:39:17,895 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:39:17,898 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:39:17,898 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 17:39:17,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:17,909 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:39:17,909 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:39:17,910 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:39:17,910 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 17:39:17,913 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:39:17,916 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:39:17,916 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 17:39:17,920 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 17:39:17,920 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:39:17,921 INFO blivet/MainThread: added disk sdf (id 82) to device tree 2024-03-01 17:39:17,921 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6a94118c88) -- name = sdf status = True id = 82 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:39:17,924 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:39:17,924 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:39:17,928 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:39:17,928 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 17:39:17,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:17,938 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:39:17,939 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:39:17,939 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:39:17,939 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:39:17,942 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:39:17,946 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:39:17,946 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 17:39:17,949 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 17:39:17,950 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:39:17,950 INFO blivet/MainThread: added disk sdg (id 87) to device tree 2024-03-01 17:39:17,950 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6a9411f630) -- name = sdg status = True id = 87 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:39:17,954 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:39:17,954 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:39:17,957 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:39:17,957 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 17:39:17,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:17,968 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:39:17,969 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:39:17,969 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:39:17,969 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 94 2024-03-01 17:39:17,972 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:39:17,975 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:39:17,976 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 17:39:17,979 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 17:39:17,979 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:39:17,980 INFO blivet/MainThread: added disk sdh (id 92) to device tree 2024-03-01 17:39:17,980 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6a9411fbe0) -- name = sdh status = True id = 92 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:39:17,983 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:39:17,983 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:39:17,987 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:39:17,987 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 17:39:17,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:39:17,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:17,998 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:39:17,998 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:39:17,999 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:39:17,999 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 99 2024-03-01 17:39:18,002 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:39:18,005 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:39:18,006 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 17:39:18,009 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 17:39:18,010 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:39:18,010 INFO blivet/MainThread: added disk sdi (id 97) to device tree 2024-03-01 17:39:18,010 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6a94120518) -- name = sdi status = True id = 97 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:39:18,014 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:39:18,014 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:39:18,017 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:39:18,017 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 17:39:18,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:39:18,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:18,028 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:39:18,029 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:39:18,029 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:39:18,029 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 104 2024-03-01 17:39:18,032 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:39:18,035 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:39:18,036 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 17:39:18,039 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 17:39:18,039 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:39:18,040 INFO blivet/MainThread: added disk sdj (id 102) to device tree 2024-03-01 17:39:18,040 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6a94120438) -- name = sdj status = True id = 102 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:39:18,043 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:39:18,044 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:39:18,047 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': '27468035'} ; 2024-03-01 17:39:18,047 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:39:18,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:18,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:18,058 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:39:18,058 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:39:18,058 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:39:18,058 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:39:18,058 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 108 2024-03-01 17:39:18,058 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:39:18,062 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:39:18,065 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:39:18,065 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:39:18,069 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:39:18,069 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:39:18,069 INFO blivet/MainThread: added disk xvda (id 107) to device tree 2024-03-01 17:39:18,069 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6a94126400) -- name = xvda status = True id = 107 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 17:39:18,073 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:39:18,077 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:18,077 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 111 2024-03-01 17:39:18,080 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:18,080 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 112 2024-03-01 17:39:18,084 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:18,084 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 113 2024-03-01 17:39:18,087 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:18,087 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:39:18,091 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:39:18,094 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:39:18,097 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:39:18,101 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 0x7f6a94112308> 2024-03-01 17:39:21,068 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 115 2024-03-01 17:39:21,072 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:39:21,073 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:39:21,077 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', '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': '27470448'} ; 2024-03-01 17:39:21,077 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:39:21,077 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:39:21,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:21,087 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:39:21,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:21,094 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:21,108 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:21,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (107) with existing msdos disklabel 2024-03-01 17:39:21,129 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 118 2024-03-01 17:39:21,133 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:39:21,133 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:39:21,136 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:39:21,140 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:39:21,140 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:39:21,143 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:39:21,144 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:39:21,144 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:39:21,147 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:39:21,151 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:39:21,154 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:39:21,157 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:39:21,161 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:39:21,161 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:39:21,161 INFO blivet/MainThread: added partition xvda1 (id 117) to device tree 2024-03-01 17:39:21,162 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:39:21,161 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f6a94129160) -- name = xvda1 status = True id = 117 children = [] parents = ['existing 250 GiB disk xvda (107) 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 0x7f6a9410ab48> disk = existing 250 GiB disk xvda (107) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:39:21,166 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:39:21,170 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:21,170 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 121 2024-03-01 17:39:21,173 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:21,173 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 122 2024-03-01 17:39:21,177 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:21,177 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 123 2024-03-01 17:39:21,181 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:21,181 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 124 2024-03-01 17:39:21,182 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:39:21,185 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:21,185 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 125 2024-03-01 17:39:21,188 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:39:21,188 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:21,192 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZh75ZARn0FfaaEhPw9vKIv9joxsBMI8ok ' '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZh75ZARn0FfaaEhPw9vKIv9joxsBMI8ok', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889', 'ID_FS_UUID_ENC': 'f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1180880154'} ; 2024-03-01 17:39:21,192 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:39:21,192 INFO program/MainThread: Running [20] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:21,196 INFO program/MainThread: stdout[20]: LVM 2024-03-01 17:39:21,197 INFO program/MainThread: stderr[20]: 2024-03-01 17:39:21,197 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:39:21,197 INFO program/MainThread: Running [21] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:21,200 INFO program/MainThread: stdout[21]: LVM 2024-03-01 17:39:21,200 INFO program/MainThread: stderr[21]: 2024-03-01 17:39:21,200 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:39:21,201 INFO program/MainThread: Running [22] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:21,204 INFO program/MainThread: stdout[22]: LVM 2024-03-01 17:39:21,204 INFO program/MainThread: stderr[22]: 2024-03-01 17:39:21,204 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:39:21,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:39:21,215 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,216 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,216 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,217 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,212 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,218 INFO program/MainThread: Running [23] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:21,222 INFO program/MainThread: stdout[23]: LVM 2024-03-01 17:39:21,222 INFO program/MainThread: stderr[23]: 2024-03-01 17:39:21,222 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:39:21,227 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:39:21,227 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:39:21,230 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1-real ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1-real', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'real', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1-real', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZh75ZARn0FfaaEhPw9vKIv9joxsBMI8ok-real', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1185353167'} ; 2024-03-01 17:39:21,230 INFO blivet/MainThread: scanning test_vg1-lv1-real (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:39:21,230 INFO program/MainThread: Running [24] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:39:21,234 INFO program/MainThread: stdout[24]: LVM 2024-03-01 17:39:21,234 INFO program/MainThread: stderr[24]: 2024-03-01 17:39:21,234 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:39:21,234 INFO program/MainThread: Running [25] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:39:21,237 INFO program/MainThread: stdout[25]: LVM 2024-03-01 17:39:21,237 INFO program/MainThread: stderr[25]: 2024-03-01 17:39:21,237 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:39:21,237 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:39:21,241 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:39:21,241 INFO program/MainThread: stderr[26]: 2024-03-01 17:39:21,241 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:39:21,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:21,249 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:39:21,252 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:39:21,252 INFO program/MainThread: stderr[27]: 2024-03-01 17:39:21,252 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:39:21,252 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:39:21,255 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:39:21,256 INFO program/MainThread: stderr[28]: 2024-03-01 17:39:21,256 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:39:21,256 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg1-lv1-real ... 2024-03-01 17:39:21,259 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:39:21,259 INFO program/MainThread: stderr[29]: 2024-03-01 17:39:21,259 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:39:21,263 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1-real ; 2024-03-01 17:39:21,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 17:39:21,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:21,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:39:21,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:39:21,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:21,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1-real ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:21,306 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1-real 2024-03-01 17:39:21,310 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1-cow ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1_snapset1-cow', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_LAYER': 'cow', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1-cow', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_DISK_RULES_FLAG': '1', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_DISABLE_OTHER_RULES_FLAG': '1', 'DM_UDEV_DISABLE_SUBSYSTEM_RULES_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZ7ddqIPtiSGsPfNnIU69Yjc222s2we2lG-cow', 'DM_VG_NAME': 'test_vg1', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1185357775'} ; 2024-03-01 17:39:21,310 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1-cow (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:39:21,310 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:39:21,314 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:39:21,314 INFO program/MainThread: stderr[30]: 2024-03-01 17:39:21,314 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:39:21,314 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:39:21,317 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:39:21,318 INFO program/MainThread: stderr[31]: 2024-03-01 17:39:21,318 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:39:21,318 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:39:21,321 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:39:21,321 INFO program/MainThread: stderr[32]: 2024-03-01 17:39:21,321 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:39:21,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:21,329 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:39:21,332 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:39:21,333 INFO program/MainThread: stderr[33]: 2024-03-01 17:39:21,333 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:39:21,333 INFO program/MainThread: Running [34] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:39:21,336 INFO program/MainThread: stdout[34]: LVM 2024-03-01 17:39:21,336 INFO program/MainThread: stderr[34]: 2024-03-01 17:39:21,336 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:39:21,336 INFO program/MainThread: Running [35] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1-cow ... 2024-03-01 17:39:21,339 INFO program/MainThread: stdout[35]: LVM 2024-03-01 17:39:21,339 INFO program/MainThread: stderr[35]: 2024-03-01 17:39:21,339 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:39:21,343 DEBUG blivet/MainThread: LVMDevicePopulator.run: name: test_vg1-lv1_snapset1-cow ; 2024-03-01 17:39:21,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: True ; 2024-03-01 17:39:21,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:21,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:39:21,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:21,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1-cow ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:21,370 DEBUG blivet/MainThread: no device obtained for test_vg1-lv1_snapset1-cow 2024-03-01 17:39:21,374 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1_snapset1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZ7ddqIPtiSGsPfNnIU69Yjc222s2we2lG ' '/dev/disk/by-uuid/f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889 ' '/dev/mapper/test_vg1-lv1_snapset1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1_snapset1 ' '/dev/test_vg1/lv1_snapset1', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1_snapset1', 'DM_NAME': 'test_vg1-lv1_snapset1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_LOW_PRIORITY_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-YbDyLP4nahhOXrecwZ4wr4Qvyb4fyGmZ7ddqIPtiSGsPfNnIU69Yjc222s2we2lG', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889', 'ID_FS_UUID_ENC': 'f7773f4b-64c6-40ec-8bd9-5fa8a3ab7889', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1185367333'} ; 2024-03-01 17:39:21,374 INFO blivet/MainThread: scanning test_vg1-lv1_snapset1 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:39:21,374 INFO program/MainThread: Running [36] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:39:21,377 INFO program/MainThread: stdout[36]: LVM 2024-03-01 17:39:21,378 INFO program/MainThread: stderr[36]: 2024-03-01 17:39:21,378 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:39:21,378 INFO program/MainThread: Running [37] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:39:21,381 INFO program/MainThread: stdout[37]: LVM 2024-03-01 17:39:21,381 INFO program/MainThread: stderr[37]: 2024-03-01 17:39:21,381 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:39:21,381 INFO program/MainThread: Running [38] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:39:21,384 INFO program/MainThread: stdout[38]: LVM 2024-03-01 17:39:21,385 INFO program/MainThread: stderr[38]: 2024-03-01 17:39:21,385 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:39:21,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1_snapset1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs filesystem 2024-03-01 17:39:21,395 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,396 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,397 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,398 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,392 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6a940f4860) -- name = test_vg1-lv1_snapset1 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7ddqIP-tiSG-sPfN-nIU6-9Yjc-222s-2we2lG size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 308 MiB path = /dev/mapper/test_vg1-lv1_snapset1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:39:21,398 INFO program/MainThread: Running [39] dmsetup info -co subsystem --noheadings test_vg1-lv1_snapset1 ... 2024-03-01 17:39:21,401 INFO program/MainThread: stdout[39]: LVM 2024-03-01 17:39:21,402 INFO program/MainThread: stderr[39]: 2024-03-01 17:39:21,402 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:39:21,406 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1_snapset1 ; 2024-03-01 17:39:21,406 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1_snapset1, bailing 2024-03-01 17:39:21,406 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:21,417 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:21,431 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:39:21,432 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:39:21,436 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 17:39:21,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:21,442 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 17:39:21,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:21,445 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:39:21,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:21,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:21,457 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:39:21,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:21,466 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 17:39:21,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:21,470 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:39:21,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:21,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:21,482 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:39:21,485 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 17:39:21,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:21,491 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 17:39:21,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:21,494 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 17:39:21,497 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 17:39:21,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:21,503 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 17:39:21,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:21,506 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:39:21,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:21,513 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:39:21,513 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:21,514 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:21,514 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:21,514 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:21,515 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:21,515 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:21,516 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:21,516 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:21,517 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:21,517 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:21,517 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:21,518 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:21,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:39:21,524 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:39:21,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:39:21,530 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:39:21,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:39:21,536 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:39:21,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:21,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:39:21,543 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:39:21,545 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,546 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,547 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,548 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,543 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,550 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,551 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,552 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,552 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,548 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,555 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,556 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,557 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,557 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,553 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,560 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,561 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,562 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,562 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,558 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,565 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,566 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,566 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,567 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,563 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,570 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,571 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,571 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,572 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,568 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,575 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,576 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,576 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,577 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,573 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,580 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,581 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,581 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,582 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,578 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,585 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,586 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,586 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,587 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,583 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,590 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,590 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,591 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,592 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,587 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,594 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,595 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,596 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,597 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,592 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,599 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,600 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,601 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,601 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,597 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,604 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,605 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,606 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,606 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,602 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,609 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,610 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,610 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,611 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,607 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,614 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,615 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,615 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,616 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,612 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,619 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,620 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,620 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,621 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,617 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,624 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,625 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,625 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,626 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,622 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,629 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,630 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,630 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,631 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,627 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,634 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,635 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,635 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,636 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,631 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,639 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,639 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,640 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,641 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,636 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,644 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,644 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,645 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,646 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,641 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,649 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,649 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,650 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,651 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,646 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,655 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,656 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,656 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,657 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,651 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,660 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,661 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,661 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,662 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,657 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,665 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,665 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,666 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,667 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,662 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,669 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,670 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,671 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,671 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,667 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,674 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,675 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,675 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,676 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,672 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,679 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,680 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,680 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,681 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,677 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,684 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,685 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,685 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,686 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,682 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,689 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,690 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,690 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,691 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,687 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,694 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,695 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,695 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,696 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,692 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,699 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,700 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,700 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:21,701 DEBUG blivet/MainThread: vg test_vg1 has 1.18 GiB free 2024-03-01 17:39:21,696 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6a9416fda0) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = h75ZAR-n0Ff-aaEh-Pw9v-KIv9-joxs-BMI8ok size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6a949d79e8) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) 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 = YbDyLP-4nah-hOXr-ecwZ-4wr4-Qvyb-4fyGmZ 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 = 1.18 GiB PE Size = 4 MiB PE Count = 762 PE Free = 302 PV Count = 3 modified = False extents = 762 free space = 1.18 GiB free extents = 302 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 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 308 MiB lvmsnapshot test_vg1-lv1_snapset1 (58) with existing xfs ' 'filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:39:21,701 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:39:21,705 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:39:21,705 DEBUG blivet/MainThread: checking if sda depends on test_vg1-lv1 2024-03-01 17:39:21,705 DEBUG blivet/MainThread: checking if test_vg1 depends on test_vg1-lv1 2024-03-01 17:39:21,705 DEBUG blivet/MainThread: checking if sdb depends on test_vg1-lv1 2024-03-01 17:39:21,705 DEBUG blivet/MainThread: checking if sdk depends on test_vg1-lv1 2024-03-01 17:39:21,705 DEBUG blivet/MainThread: checking if sdl depends on test_vg1-lv1 2024-03-01 17:39:21,705 DEBUG blivet/MainThread: checking if sdc depends on test_vg1-lv1 2024-03-01 17:39:21,705 DEBUG blivet/MainThread: checking if test_vg1-lv1 depends on test_vg1-lv1 2024-03-01 17:39:21,705 DEBUG blivet/MainThread: checking if test_vg1-lv1_snapset1 depends on test_vg1-lv1 2024-03-01 17:39:21,706 DEBUG blivet/MainThread: checking if sdd depends on test_vg1-lv1 2024-03-01 17:39:21,706 DEBUG blivet/MainThread: checking if sde depends on test_vg1-lv1 2024-03-01 17:39:21,706 DEBUG blivet/MainThread: checking if sdf depends on test_vg1-lv1 2024-03-01 17:39:21,706 DEBUG blivet/MainThread: checking if sdg depends on test_vg1-lv1 2024-03-01 17:39:21,706 DEBUG blivet/MainThread: checking if sdh depends on test_vg1-lv1 2024-03-01 17:39:21,706 DEBUG blivet/MainThread: checking if sdi depends on test_vg1-lv1 2024-03-01 17:39:21,706 DEBUG blivet/MainThread: checking if sdj depends on test_vg1-lv1 2024-03-01 17:39:21,706 DEBUG blivet/MainThread: checking if xvda depends on test_vg1-lv1 2024-03-01 17:39:21,706 DEBUG blivet/MainThread: checking if xvda1 depends on test_vg1-lv1 2024-03-01 17:39:21,706 DEBUG blivet/MainThread: devices to remove: ['test_vg1-lv1_snapset1'] 2024-03-01 17:39:21,706 DEBUG blivet/MainThread: leaves to remove: ['test_vg1-lv1_snapset1'] 2024-03-01 17:39:21,707 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 17:39:21,710 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1_snapset1 ; type: None ; current: xfs ; 2024-03-01 17:39:21,711 INFO blivet/MainThread: registered action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:39:21,711 INFO program/MainThread: Running [40] dmsetup --version ... 2024-03-01 17:39:21,715 INFO program/MainThread: stdout[40]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:39:21,715 INFO program/MainThread: stderr[40]: 2024-03-01 17:39:21,716 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:39:21,720 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1_snapset1 ; kids: 2 ; 2024-03-01 17:39:21,721 INFO blivet/MainThread: removed lvmsnapshot test_vg1-lv1_snapset1 (id 58) from device tree 2024-03-01 17:39:21,721 INFO blivet/MainThread: registered action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:39:21,721 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 17:39:21,725 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:39:21,725 INFO blivet/MainThread: registered action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:39:21,728 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:39:21,729 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:39:21,729 INFO blivet/MainThread: registered action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:39:21,729 DEBUG blivet.ansible/MainThread: ['sda', 'sdb', 'test_vg1', 'sdc'] 2024-03-01 17:39:21,729 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:39:21,732 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:39:21,732 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:21,736 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:39:21,739 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:39:21,742 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:39:21,742 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:39:21,742 INFO blivet/MainThread: registered action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:39:21,742 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:39:21,742 DEBUG blivet/MainThread: removing sda 2024-03-01 17:39:21,745 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:39:21,745 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:21,745 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 135 2024-03-01 17:39:21,749 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:39:21,749 INFO blivet/MainThread: registered action: [134] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:39:21,749 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:39:21,749 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:39:21,752 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:39:21,752 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:21,752 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 137 2024-03-01 17:39:21,755 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:39:21,755 INFO blivet/MainThread: registered action: [136] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:39:21,755 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:39:21,755 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:39:21,758 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:39:21,759 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:21,759 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 139 2024-03-01 17:39:21,762 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:39:21,762 INFO blivet/MainThread: registered action: [138] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:39:21,763 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:21,775 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:21,789 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:21,799 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:21,816 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1_snapset1 ; type: xfs ; status: False ; 2024-03-01 17:39:21,817 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:21,828 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:21,845 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:39:21,846 DEBUG blivet/MainThread: action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:39:21,846 DEBUG blivet/MainThread: action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:39:21,846 DEBUG blivet/MainThread: action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:39:21,846 DEBUG blivet/MainThread: action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:39:21,846 DEBUG blivet/MainThread: action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:39:21,846 DEBUG blivet/MainThread: action: [134] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:39:21,846 DEBUG blivet/MainThread: action: [136] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:39:21,846 DEBUG blivet/MainThread: action: [138] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:39:21,846 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:39:21,847 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:39:21,850 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:39:21,853 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:39:21,856 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:39:21,856 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:39:21,859 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:39:21,859 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 0x7f6a940cb4c0> 2024-03-01 17:39:21,859 INFO blivet/MainThread: sorting actions... 2024-03-01 17:39:21,861 DEBUG blivet/MainThread: action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:39:21,861 DEBUG blivet/MainThread: action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:39:21,861 DEBUG blivet/MainThread: action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:39:21,861 DEBUG blivet/MainThread: action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:39:21,861 DEBUG blivet/MainThread: action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:39:21,861 DEBUG blivet/MainThread: action: [138] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:39:21,862 DEBUG blivet/MainThread: action: [136] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:39:21,862 DEBUG blivet/MainThread: action: [134] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:39:21,862 INFO blivet/MainThread: executing action: [127] destroy format xfs filesystem on lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:39:21,865 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1_snapset1 ; type: xfs ; status: False ; 2024-03-01 17:39:21,865 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 17:39:21,875 INFO program/MainThread: stdout: 2024-03-01 17:39:21,875 INFO program/MainThread: /dev/mapper/test_vg1-lv1_snapset1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:39:21,875 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:21,875 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:21,890 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:21,890 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:21,903 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:21,903 INFO blivet/MainThread: executing action: [129] destroy device lvmsnapshot test_vg1-lv1_snapset1 (id 58) 2024-03-01 17:39:21,908 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:39:21,911 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:39:21,914 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:21,917 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 17:39:21,921 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:21,924 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 17:39:21,927 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:21,930 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 17:39:21,934 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1_snapset1 ; status: True ; 2024-03-01 17:39:21,934 INFO program/MainThread: Running [41] lvm lvremove --yes --force test_vg1/lv1_snapset1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:22,058 INFO program/MainThread: stdout[41]: Logical volume "lv1_snapset1" successfully removed. 2024-03-01 17:39:22,058 INFO program/MainThread: stderr[41]: 2024-03-01 17:39:22,058 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:39:22,059 INFO blivet/MainThread: executing action: [130] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:39:22,067 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:22,076 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:39:22,076 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:39:22,087 INFO program/MainThread: stdout: 2024-03-01 17:39:22,087 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:39:22,087 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:22,087 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:22,109 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:22,109 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:22,122 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:22,122 INFO blivet/MainThread: executing action: [132] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:39:22,127 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:39:22,130 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:39:22,134 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:39:22,137 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:39:22,141 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:39:22,141 INFO program/MainThread: Running [42] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:22,175 INFO program/MainThread: stdout[42]: 2024-03-01 17:39:22,175 INFO program/MainThread: stderr[42]: 2024-03-01 17:39:22,175 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:39:22,180 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:39:22,183 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:22,186 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:39:22,190 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:22,193 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:39:22,196 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:22,199 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:39:22,203 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:39:22,203 INFO program/MainThread: Running [43] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:22,242 INFO program/MainThread: stdout[43]: Logical volume "lv1" successfully removed. 2024-03-01 17:39:22,243 INFO program/MainThread: stderr[43]: 2024-03-01 17:39:22,243 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:39:22,244 INFO blivet/MainThread: executing action: [133] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:39:22,251 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:39:22,259 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:39:22,265 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:39:22,270 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:22,276 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:39:22,282 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:22,288 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:39:22,294 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:22,300 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:39:22,303 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:39:22,303 INFO program/MainThread: Running [44] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:22,332 INFO program/MainThread: stdout[44]: Volume group "test_vg1" is already consistent. 2024-03-01 17:39:22,332 INFO program/MainThread: stderr[44]: 2024-03-01 17:39:22,332 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:39:22,333 INFO program/MainThread: Running [45] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:22,382 INFO program/MainThread: stdout[45]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:39:22,383 INFO program/MainThread: stderr[45]: 2024-03-01 17:39:22,383 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:39:22,383 INFO program/MainThread: Running [46] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:22,425 INFO program/MainThread: stdout[46]: Volume group "test_vg1" successfully removed 2024-03-01 17:39:22,425 INFO program/MainThread: stderr[46]: 2024-03-01 17:39:22,425 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:39:22,426 INFO blivet/MainThread: executing action: [138] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:39:22,433 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:22,442 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:39:22,447 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:39:22,447 INFO program/MainThread: Running [47] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:22,488 INFO program/MainThread: stdout[47]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:39:22,488 INFO program/MainThread: stderr[47]: 2024-03-01 17:39:22,488 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:39:22,489 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:39:22,489 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:22,525 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:22,525 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:22,544 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:22,544 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:22,556 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:22,556 INFO blivet/MainThread: executing action: [136] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:39:22,561 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:22,564 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:39:22,567 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:39:22,567 INFO program/MainThread: Running [48] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:22,596 INFO program/MainThread: stdout[48]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:39:22,596 INFO program/MainThread: stderr[48]: 2024-03-01 17:39:22,596 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:39:22,597 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:39:22,597 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:22,629 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:22,630 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:22,644 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:22,644 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:22,656 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:22,657 INFO blivet/MainThread: executing action: [134] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:39:22,662 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:22,665 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:39:22,668 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:39:22,668 INFO program/MainThread: Running [49] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:22,696 INFO program/MainThread: stdout[49]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:39:22,696 INFO program/MainThread: stderr[49]: 2024-03-01 17:39:22,696 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:39:22,696 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:39:22,697 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:22,736 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:22,737 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:22,749 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:22,749 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:22,767 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:22,772 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:39:22,773 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 0x7f6a940cb780> 2024-03-01 17:39:34,355 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_hdplqt4l/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:39:39,137 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_u4mjt7wl/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:39:46,400 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_4hszdwk7/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:39:46,438 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:46,438 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:39:46,442 INFO program/MainThread: stdout[2]: 2024-03-01 17:39:46,442 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 17:39:46,442 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:39:46,442 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:39:46,447 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:46,447 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:39:46,451 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:46,451 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:39:46,454 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:46,454 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:39:46,457 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:46,457 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:39:46,466 INFO program/MainThread: stdout: 2024-03-01 17:39:46,466 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:39:46,466 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:39:46,466 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:39:46,466 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:39:46,466 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:39:46,466 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:39:46,466 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:39:46,466 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:39:46,466 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:39:46,466 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:39:46,466 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:39:46,466 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:39:46,466 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:39:46,467 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:39:46,467 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:39:46,467 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:46,467 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 17:39:46,467 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:39:46,467 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:39:46,467 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:39:46,467 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:39:46,468 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:39:46,468 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:39:46,468 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:46,483 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:46,495 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:39:46,499 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553680105'} ; 2024-03-01 17:39:46,499 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 17:39:46,500 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 17:39:46,535 INFO program/MainThread: stdout[3]: 2024-03-01 17:39:46,535 INFO program/MainThread: stderr[3]: 2024-03-01 17:39:46,535 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:39:46,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:46,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:46,548 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:39:46,553 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:39:46,554 INFO blivet/MainThread: sda is a disk 2024-03-01 17:39:46,554 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:39:46,554 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:39:46,558 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:39:46,561 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:39:46,562 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 17:39:46,565 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 17:39:46,565 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:39:46,566 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:39:46,566 INFO blivet/MainThread: got device: DiskDevice instance (0x7f57c638d438) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:39:46,570 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:39:46,570 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:39:46,573 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553642513'} ; 2024-03-01 17:39:46,573 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 17:39:46,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:39:46,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:46,583 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:39:46,584 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:39:46,584 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:39:46,584 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:39:46,587 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:39:46,590 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:39:46,591 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 17:39:46,594 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 17:39:46,594 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:39:46,595 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:39:46,595 INFO blivet/MainThread: got device: DiskDevice instance (0x7f57c533a3c8) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:39:46,598 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:39:46,598 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:39:46,602 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:39:46,602 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 17:39:46,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:39:46,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:46,612 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:39:46,612 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:39:46,613 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:39:46,613 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:39:46,616 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:39:46,619 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:39:46,619 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 17:39:46,623 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 17:39:46,623 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:39:46,623 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:39:46,623 INFO blivet/MainThread: got device: DiskDevice instance (0x7f57c533a470) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:39:46,627 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:39:46,627 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:39:46,630 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:39:46,630 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 17:39:46,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:39:46,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:46,641 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:39:46,641 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:39:46,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:39:46,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:39:46,645 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:39:46,648 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:39:46,648 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 17:39:46,651 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 17:39:46,652 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:39:46,652 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:39:46,652 INFO blivet/MainThread: got device: DiskDevice instance (0x7f57c5341588) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:39:46,656 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:39:46,656 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:39:46,659 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553687452'} ; 2024-03-01 17:39:46,659 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 17:39:46,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:39:46,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:46,669 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:39:46,670 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:39:46,670 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:39:46,670 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:39:46,673 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:39:46,676 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:39:46,677 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 17:39:46,680 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 17:39:46,680 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:39:46,681 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:39:46,681 INFO blivet/MainThread: got device: DiskDevice instance (0x7f57c5341630) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:39:46,684 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:39:46,684 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:39:46,688 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:39:46,688 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 17:39:46,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:39:46,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:46,698 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:39:46,698 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:39:46,699 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:39:46,699 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:39:46,702 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:39:46,705 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:39:46,705 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 17:39:46,709 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 17:39:46,709 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:39:46,709 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:39:46,709 INFO blivet/MainThread: got device: DiskDevice instance (0x7f57c533e470) -- 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:39:46,713 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:39:46,713 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:39:46,716 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:39:46,716 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 17:39:46,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:39:46,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:46,726 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:39:46,727 INFO blivet/MainThread: sde is a disk 2024-03-01 17:39:46,727 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:39:46,727 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:39:46,730 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:39:46,734 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:39:46,734 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 17:39:46,737 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 17:39:46,737 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:39:46,738 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:39:46,738 INFO blivet/MainThread: got device: DiskDevice instance (0x7f57c533eb00) -- 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:39:46,741 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:39:46,741 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:39:46,745 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:39:46,745 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 17:39:46,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:39:46,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:46,755 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:39:46,756 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:39:46,756 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:39:46,756 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:39:46,759 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:39:46,762 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:39:46,763 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 17:39:46,766 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 17:39:46,766 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:39:46,767 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:39:46,767 INFO blivet/MainThread: got device: DiskDevice instance (0x7f57c533eeb8) -- 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:39:46,770 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:39:46,770 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:39:46,774 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:39:46,774 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 17:39:46,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:39:46,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:46,784 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:39:46,784 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:39:46,784 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:39:46,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:39:46,788 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:39:46,791 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:39:46,791 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 17:39:46,795 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 17:39:46,795 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:39:46,796 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:39:46,796 INFO blivet/MainThread: got device: DiskDevice instance (0x7f57c534d9e8) -- 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:39:46,799 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:39:46,799 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:39:46,803 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:39:46,803 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 17:39:46,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:39:46,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:46,813 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:39:46,813 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:39:46,813 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:39:46,813 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:39:46,817 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:39:46,820 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:39:46,820 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 17:39:46,823 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 17:39:46,824 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:39:46,824 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:39:46,824 INFO blivet/MainThread: got device: DiskDevice instance (0x7f57c533ea20) -- 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:39:46,828 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:39:46,828 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:39:46,831 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:39:46,831 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 17:39:46,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:39:46,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:46,842 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:39:46,842 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:39:46,842 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:39:46,842 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:39:46,846 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:39:46,849 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:39:46,849 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 17:39:46,852 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 17:39:46,853 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:39:46,853 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:39:46,853 INFO blivet/MainThread: got device: DiskDevice instance (0x7f57c5362908) -- 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:39:46,857 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:39:46,857 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:39:46,860 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:39:46,860 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 17:39:46,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:39:46,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:46,870 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:39:46,871 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:39:46,871 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:39:46,871 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:39:46,874 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:39:46,878 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:39:46,878 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 17:39:46,881 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 17:39:46,881 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:39:46,882 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:39:46,882 INFO blivet/MainThread: got device: DiskDevice instance (0x7f57c5362f98) -- 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:39:46,885 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:39:46,885 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:39:46,889 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': '27468035'} ; 2024-03-01 17:39:46,889 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:39:46,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:46,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:46,899 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:39:46,899 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:39:46,899 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:39:46,899 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:39:46,899 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:39:46,900 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:39:46,903 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:39:46,906 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:39:46,906 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:39:46,909 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:39:46,910 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:39:46,910 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:39:46,910 INFO blivet/MainThread: got device: DiskDevice instance (0x7f57c5362eb8) -- 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 17:39:46,913 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:39:46,917 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:46,917 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:39:46,921 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:46,921 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:39:46,924 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:46,924 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:39:46,928 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:46,928 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:39:46,932 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:39:46,935 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:39:46,938 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:39:46,942 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 0x7f57c5354c08> 2024-03-01 17:39:49,746 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:39:49,750 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:39:49,751 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:39:49,755 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', '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': '27470448'} ; 2024-03-01 17:39:49,755 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:39:49,755 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:39:49,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:49,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:49,764 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:39:49,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:49,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:49,771 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:49,781 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:49,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:49,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:39:49,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:39:49,805 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:39:49,805 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:39:49,808 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:39:49,811 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:39:49,812 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:39:49,815 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:39:49,815 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:39:49,815 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:39:49,819 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:39:49,822 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:39:49,825 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:39:49,828 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:39:49,832 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:39:49,832 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:39:49,832 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:39:49,833 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:39:49,832 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f57c533a0b8) -- 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 0x7f57c52f80f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:39:49,837 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:39:49,840 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:49,840 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:39:49,844 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:49,844 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:39:49,847 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:49,847 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:39:49,851 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:49,851 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:39:49,853 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:39:49,853 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:39:49,857 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:49,857 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:39:49,860 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:39:49,860 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:49,861 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:49,871 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:49,884 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:39:49,885 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:39:49,888 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 17:39:49,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:49,894 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 17:39:49,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:49,897 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:39:49,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:39:49,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:49,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:39:49,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:49,909 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:39:49,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:39:49,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:49,918 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 17:39:49,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:49,921 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:39:49,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:39:49,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:49,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:39:49,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:49,933 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:39:49,935 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 17:39:49,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:49,941 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 17:39:49,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:49,944 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 17:39:49,947 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 17:39:49,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:49,953 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 17:39:49,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:49,956 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:39:49,956 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:39:49,956 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:39:49,956 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 17:39:49,956 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:39:49,956 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:39:49,957 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:39:49,957 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:39:49,957 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:39:54,568 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_dpgou3k3/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:39:54,605 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:54,605 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:39:54,608 INFO program/MainThread: stdout[2]: 2024-03-01 17:39:54,609 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 17:39:54,609 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:39:54,609 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:39:54,613 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:54,613 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:39:54,617 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:54,617 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:39:54,620 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:54,621 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:39:54,624 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:54,624 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:39:54,631 INFO program/MainThread: stdout: 2024-03-01 17:39:54,632 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:39:54,632 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:39:54,632 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:39:54,632 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:39:54,632 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:39:54,632 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:39:54,632 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:39:54,632 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:39:54,632 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:39:54,632 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:39:54,632 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:39:54,632 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:39:54,632 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:39:54,632 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:39:54,632 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:39:54,632 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:54,632 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 17:39:54,633 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:39:54,633 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:39:54,633 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:39:54,633 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:39:54,633 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:39:54,634 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:39:54,634 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:54,647 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:54,658 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:39:54,663 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553680105'} ; 2024-03-01 17:39:54,663 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 17:39:54,664 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 17:39:54,694 INFO program/MainThread: stdout[3]: 2024-03-01 17:39:54,694 INFO program/MainThread: stderr[3]: 2024-03-01 17:39:54,694 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:39:54,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:54,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:54,708 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:39:54,713 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:39:54,714 INFO blivet/MainThread: sda is a disk 2024-03-01 17:39:54,714 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:39:54,714 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:39:54,718 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:39:54,722 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:39:54,722 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 17:39:54,725 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 17:39:54,726 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:39:54,726 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:39:54,726 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47b997470) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:39:54,730 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:39:54,730 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:39:54,734 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553642513'} ; 2024-03-01 17:39:54,734 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 17:39:54,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:39:54,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:54,744 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:39:54,745 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:39:54,745 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:39:54,745 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:39:54,748 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:39:54,752 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:39:54,752 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 17:39:54,755 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 17:39:54,756 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:39:54,756 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:39:54,756 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47a946400) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:39:54,760 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:39:54,760 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:39:54,763 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:39:54,763 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 17:39:54,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:39:54,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:54,774 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:39:54,774 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:39:54,775 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:39:54,775 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:39:54,778 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:39:54,781 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:39:54,781 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 17:39:54,785 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 17:39:54,785 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:39:54,786 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:39:54,786 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47a9464a8) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:39:54,789 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:39:54,789 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:39:54,793 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:39:54,793 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 17:39:54,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:39:54,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:54,804 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:39:54,804 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:39:54,804 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:39:54,804 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:39:54,808 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:39:54,811 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:39:54,811 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 17:39:54,815 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 17:39:54,815 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:39:54,815 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:39:54,816 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47a94b5c0) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:39:54,819 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:39:54,819 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:39:54,823 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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_READY': '1', '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': '553687452'} ; 2024-03-01 17:39:54,823 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 17:39:54,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:39:54,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:54,833 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:39:54,834 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:39:54,834 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:39:54,834 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:39:54,837 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:39:54,841 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:39:54,841 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 17:39:54,844 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 17:39:54,845 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:39:54,845 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:39:54,845 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47a94b438) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:39:54,849 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:39:54,849 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:39:54,852 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553818765'} ; 2024-03-01 17:39:54,852 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 17:39:54,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:39:54,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:54,863 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:39:54,863 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:39:54,864 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:39:54,864 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:39:54,867 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:39:54,870 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:39:54,871 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 17:39:54,874 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 17:39:54,874 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:39:54,875 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:39:54,875 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47a95c4a8) -- 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:39:54,878 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:39:54,878 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:39:54,882 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553915840'} ; 2024-03-01 17:39:54,882 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 17:39:54,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:39:54,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:54,893 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:39:54,893 INFO blivet/MainThread: sde is a disk 2024-03-01 17:39:54,893 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:39:54,893 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:39:54,897 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:39:54,900 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:39:54,900 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 17:39:54,904 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 17:39:54,904 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:39:54,905 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:39:54,905 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47a95cb38) -- 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:39:54,908 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:39:54,909 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:39:54,912 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553931708'} ; 2024-03-01 17:39:54,913 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 17:39:54,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:39:54,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:54,923 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:39:54,924 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:39:54,924 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:39:54,924 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:39:54,927 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:39:54,930 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:39:54,931 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 17:39:54,934 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 17:39:54,934 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:39:54,935 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:39:54,935 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47a95cf60) -- 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:39:54,938 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:39:54,939 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:39:54,942 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554010565'} ; 2024-03-01 17:39:54,942 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 17:39:54,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:39:54,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:54,953 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:39:54,953 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:39:54,953 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:39:54,954 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:39:54,957 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:39:54,960 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:39:54,960 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 17:39:54,964 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 17:39:54,964 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:39:54,965 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:39:54,965 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47a956a20) -- 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:39:54,968 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:39:54,968 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:39:54,972 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554090189'} ; 2024-03-01 17:39:54,972 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 17:39:54,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:39:54,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:54,983 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:39:54,983 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:39:54,983 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:39:54,983 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:39:54,987 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:39:54,990 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:39:54,990 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 17:39:54,994 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 17:39:54,994 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:39:54,994 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:39:54,994 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47a95ccf8) -- 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:39:54,998 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:39:54,998 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:39:55,002 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554181881'} ; 2024-03-01 17:39:55,002 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 17:39:55,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:39:55,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:55,012 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:39:55,013 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:39:55,013 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:39:55,013 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:39:55,016 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:39:55,020 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:39:55,020 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 17:39:55,023 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 17:39:55,024 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:39:55,024 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:39:55,024 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47a96c940) -- 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:39:55,028 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:39:55,028 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:39:55,031 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554281514'} ; 2024-03-01 17:39:55,031 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 17:39:55,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:39:55,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:55,042 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:39:55,042 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:39:55,042 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:39:55,043 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:39:55,046 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:39:55,049 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:39:55,049 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 17:39:55,053 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 17:39:55,053 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:39:55,053 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:39:55,053 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47a96cfd0) -- 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:39:55,057 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:39:55,057 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:39:55,060 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': '27468035'} ; 2024-03-01 17:39:55,060 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:39:55,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:55,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:55,071 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:39:55,071 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:39:55,071 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:39:55,071 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:39:55,071 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:39:55,071 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:39:55,075 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:39:55,078 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:39:55,078 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:39:55,081 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:39:55,082 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:39:55,082 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:39:55,082 INFO blivet/MainThread: got device: DiskDevice instance (0x7fa47a96cd68) -- 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 17:39:55,086 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:39:55,090 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:55,090 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:39:55,093 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:55,093 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:39:55,097 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:55,097 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:39:55,100 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:55,101 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:39:55,105 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:39:55,108 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:39:55,111 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:39:55,116 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 0x7fa47a960b88> 2024-03-01 17:39:58,079 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:39:58,083 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:39:58,084 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:39:58,088 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': '27470448'} ; 2024-03-01 17:39:58,088 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:39:58,088 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:39:58,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:58,098 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:39:58,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:58,104 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:58,114 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:58,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:39:58,134 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:39:58,138 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:39:58,138 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:39:58,141 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:39:58,145 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:39:58,145 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:39:58,148 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:39:58,149 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:39:58,149 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:39:58,152 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:39:58,155 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:39:58,158 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:39:58,162 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:39:58,165 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:39:58,166 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:39:58,166 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:39:58,166 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:39:58,166 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fa47bce3390) -- 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 0x7fa47a9020f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:39:58,170 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:39:58,174 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:58,174 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:39:58,177 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:58,177 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:39:58,181 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:58,181 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:39:58,184 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:58,184 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:39:58,186 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:39:58,186 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:39:58,190 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:58,190 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:39:58,193 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:39:58,193 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:58,194 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:58,207 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:58,219 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:39:58,219 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:39:58,223 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 17:39:58,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:58,230 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 17:39:58,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:58,233 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:39:58,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:58,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:58,245 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:39:58,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:58,254 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 17:39:58,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:58,257 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:39:58,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:58,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:58,268 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:39:58,271 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 17:39:58,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:58,277 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 17:39:58,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:58,280 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 17:39:58,283 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 17:39:58,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:58,289 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 17:39:58,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:58,292 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:39:58,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:58,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:58,304 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:39:58,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:39:58,310 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:39:58,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:39:58,316 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:39:58,319 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:39:58,322 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:39:58,325 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:39:58,326 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:39:58,326 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:39:58,329 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:39:58,330 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:39:58,333 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:39:58,333 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:39:58,336 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:39:58,337 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:39:58,337 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:39:58,340 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:39:58,340 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:39:58,343 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:39:58,343 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:39:58,346 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:39:58,346 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:39:58,347 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:39:58,350 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:39:58,350 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:39:58,353 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:39:58,353 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:39:58,354 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:39:58,359 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:39:58,362 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:39:58,366 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:39:58,369 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:39:58,373 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:39:58,377 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:39:58,378 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:39:58,381 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:39:58,382 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:39:58,382 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:39:58,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:58,392 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:58,395 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:39:58,396 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:39:58,397 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:39:58,397 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 17:39:58,397 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:39:58,398 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:39:58,401 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:58,401 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:39:58,404 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:58,404 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:39:58,408 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:39:58,412 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:39:58,412 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:39:58,416 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:39:58,419 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:39:58,422 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:39:58,426 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:39:58,427 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:39:58,427 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:39:58,427 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:39:58,428 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:39:58,432 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:39:58,432 INFO program/MainThread: stderr[4]: 2024-03-01 17:39:58,432 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:39:58,432 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:39:58,432 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:39:58,433 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:39:58,438 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:39:58,438 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:39:58,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:58,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:58,451 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 17:39:58,452 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:39:58,452 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:39:58,452 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 17:39:58,453 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:39:58,453 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:39:58,457 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:58,457 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 17:39:58,460 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:58,460 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:39:58,464 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:39:58,467 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:39:58,468 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 17:39:58,471 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:39:58,475 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:39:58,478 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:39:58,482 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 17:39:58,482 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:39:58,483 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:39:58,483 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:39:58,484 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 17:39:58,484 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:39:58,484 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 17:39:58,488 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 17:39:58,488 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:39:58,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:58,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:58,500 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 17:39:58,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 17:39:58,507 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:39:58,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 17:39:58,513 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:39:58,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 17:39:58,519 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:39:58,522 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:39:58,522 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 17:39:58,522 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:39:58,525 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:39:58,525 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:39:58,529 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:39:58,529 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:39:58,532 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:39:58,532 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 17:39:58,532 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 17:39:58,536 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:39:58,536 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:39:58,539 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:39:58,539 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:39:58,542 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:39:58,543 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 17:39:58,543 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 17:39:58,546 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:39:58,546 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:39:58,549 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:39:58,550 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:39:58,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 17:39:58,554 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:39:58,558 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:39:58,561 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:39:58,565 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:39:58,569 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:39:58,573 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:39:58,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 17:39:58,577 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:39:58,577 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 17:39:58,578 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:39:58,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:58,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:58,592 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 17:39:58,593 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:39:58,593 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:39:58,593 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 17:39:58,593 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:39:58,594 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:39:58,597 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:58,597 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 17:39:58,600 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:58,601 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 17:39:58,604 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:39:58,608 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:39:58,608 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 17:39:58,612 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:39:58,615 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:39:58,618 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:39:58,622 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 17:39:58,623 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:39:58,623 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:39:58,623 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:39:58,624 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 17:39:58,624 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:39:58,624 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:39:58,628 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 17:39:58,628 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:39:58,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:58,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:58,641 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 17:39:58,642 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:39:58,642 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:39:58,642 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 17:39:58,643 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:39:58,643 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:39:58,646 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:58,647 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 17:39:58,650 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:58,650 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 17:39:58,654 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:39:58,657 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:39:58,658 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:39:58,661 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:39:58,665 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:39:58,668 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:39:58,672 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 17:39:58,672 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:39:58,673 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:39:58,673 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:39:58,673 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 17:39:58,673 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:39:58,674 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 17:39:58,678 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 17:39:58,678 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:39:58,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:58,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:58,691 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 17:39:58,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 17:39:58,697 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:39:58,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 17:39:58,703 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:39:58,706 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 17:39:58,709 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:39:58,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 17:39:58,715 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:39:58,718 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:39:58,718 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 17:39:58,719 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 17:39:58,722 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:39:58,722 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:39:58,725 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:39:58,725 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:39:58,728 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:39:58,728 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 17:39:58,729 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 17:39:58,732 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:39:58,732 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:39:58,735 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:39:58,736 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:39:58,739 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:39:58,739 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 17:39:58,749 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 17:39:58,752 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:39:58,752 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:39:58,755 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:39:58,755 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:39:58,758 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:39:58,759 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:39:58,759 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:39:58,762 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:39:58,762 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:39:58,765 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:39:58,766 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:39:58,767 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 17:39:58,771 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:39:58,774 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:39:58,778 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:39:58,782 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:39:58,785 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:39:58,789 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:39:58,793 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:39:58,797 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:39:58,798 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 17:39:58,801 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:39:58,802 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 17:39:58,802 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:39:58,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:58,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:58,817 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 17:39:58,818 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:39:58,819 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:39:58,819 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 17:39:58,819 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:39:58,820 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:39:58,823 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:58,823 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 17:39:58,826 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:58,827 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 17:39:58,830 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:39:58,834 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:39:58,834 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:39:58,838 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:39:58,841 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:39:58,845 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:39:58,849 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 17:39:58,849 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:39:58,850 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:39:58,850 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:39:58,850 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 17:39:58,850 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:39:58,850 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 17:39:58,854 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 17:39:58,854 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:39:58,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:58,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:58,868 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 17:39:58,869 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:39:58,869 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:39:58,869 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 17:39:58,870 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:39:58,870 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:39:58,873 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:58,874 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 17:39:58,877 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:58,877 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 17:39:58,881 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:39:58,884 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:39:58,885 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 17:39:58,888 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:39:58,892 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:39:58,895 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:39:58,899 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 17:39:58,900 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:39:58,900 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:39:58,900 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:39:58,901 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 17:39:58,901 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:39:58,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:39:58,905 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 17:39:58,905 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:39:58,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:58,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:58,918 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 17:39:58,919 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:39:58,920 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:39:58,920 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 17:39:58,920 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:39:58,921 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:39:58,924 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:58,924 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 17:39:58,927 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:58,928 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:39:58,931 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:39:58,935 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:39:58,935 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 17:39:58,939 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:39:58,943 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:39:58,946 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:39:58,950 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 17:39:58,950 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:39:58,951 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:39:58,951 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:39:58,952 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 17:39:58,952 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:39:58,952 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 17:39:58,956 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 17:39:58,956 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:39:58,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:58,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:58,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:58,969 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 17:39:58,970 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:39:58,971 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:39:58,971 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 17:39:58,971 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:39:58,972 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:39:58,975 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:58,975 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 17:39:58,978 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:58,979 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:39:58,983 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:39:58,986 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:39:58,987 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 17:39:58,991 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:39:58,994 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:39:58,997 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:39:59,001 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 17:39:59,002 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:39:59,003 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:39:59,003 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:39:59,003 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 17:39:59,003 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:39:59,003 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 17:39:59,007 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 17:39:59,007 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:39:59,009 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:39:59,009 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:39:59,009 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:39:59,009 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:39:59,009 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:39:59,009 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:39:59,009 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:39:59,009 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:39:59,010 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:39:59,010 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:39:59,010 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:39:59,010 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:39:59,010 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:39:59,010 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:39:59,010 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:39:59,010 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:39:59,010 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:39:59,010 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:39:59,010 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:39:59,010 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:39:59,010 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:39:59,011 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:39:59,011 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:39:59,011 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:39:59,011 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:39:59,011 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:39:59,011 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:39:59,011 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:39:59,011 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:39:59,011 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:39:59,011 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:39:59,011 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:39:59,011 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:39:59,011 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:39:59,011 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:39:59,012 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:39:59,012 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:39:59,012 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:39:59,012 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:39:59,012 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:39:59,014 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:39:59,017 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:39:59,020 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:39:59,023 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:39:59,023 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:39:59,026 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:39:59,026 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 0x7fa47a923db0> 2024-03-01 17:39:59,027 INFO blivet/MainThread: sorting actions... 2024-03-01 17:39:59,061 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:39:59,062 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:39:59,062 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:39:59,063 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:39:59,063 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:39:59,063 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:39:59,064 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:39:59,064 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:39:59,065 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:39:59,065 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:39:59,065 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:39:59,066 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:39:59,066 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:39:59,066 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:39:59,067 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:39:59,067 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:39:59,068 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:39:59,068 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:39:59,069 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:39:59,069 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:39:59,070 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:39:59,070 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:39:59,070 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:39:59,071 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:39:59,071 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:39:59,072 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:39:59,072 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:39:59,072 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:39:59,073 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:39:59,073 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:39:59,074 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:39:59,074 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:39:59,075 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:39:59,075 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:39:59,075 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:39:59,076 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:39:59,076 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:39:59,077 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:39:59,077 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:39:59,078 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:39:59,081 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:59,084 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 17:39:59,084 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 17:39:59,090 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,091 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,120 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,120 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,130 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,131 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:39:59,135 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:59,138 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 17:39:59,138 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 17:39:59,144 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,145 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,172 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,172 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,184 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,185 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:39:59,189 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:59,192 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 17:39:59,192 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 17:39:59,198 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,199 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,227 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,227 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,237 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,238 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:39:59,242 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:59,245 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 17:39:59,245 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 17:39:59,251 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,252 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,280 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,280 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,291 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,291 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:39:59,295 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:59,298 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 17:39:59,299 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 17:39:59,305 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,305 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,333 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,333 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,346 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,346 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:39:59,350 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:59,353 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 17:39:59,354 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 17:39:59,360 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,361 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,390 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,390 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,402 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,402 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:39:59,407 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:59,410 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 17:39:59,410 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 17:39:59,416 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,417 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,446 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,446 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,459 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,459 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:39:59,463 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:59,466 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:39:59,467 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:39:59,473 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,473 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,505 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,505 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,517 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,517 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:39:59,521 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:59,524 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:39:59,525 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:39:59,533 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,534 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,563 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,563 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,577 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,577 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:39:59,582 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:59,585 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:39:59,585 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:39:59,592 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,592 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,621 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,621 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,634 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,634 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:39:59,638 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:39:59,642 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:39:59,645 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:39:59,645 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:39:59,645 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdj --config= devices { filter=["a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:39:59,677 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 17:39:59,677 INFO program/MainThread: stderr[5]: 2024-03-01 17:39:59,677 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:39:59,678 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,701 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,708 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:39:59,708 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 17:39:59,710 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 17:39:59,725 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,726 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,754 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,754 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:39:59,758 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:39:59,762 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:39:59,765 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:39:59,765 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:39:59,765 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdi --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:39:59,798 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdi" successfully created. 2024-03-01 17:39:59,799 INFO program/MainThread: stderr[6]: 2024-03-01 17:39:59,799 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:39:59,799 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,823 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,830 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:39:59,830 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 17:39:59,833 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 17:39:59,844 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,845 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,872 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,872 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:39:59,876 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:39:59,879 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:39:59,882 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:39:59,882 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:39:59,883 INFO program/MainThread: Running [7] lvm pvcreate /dev/sdh --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:39:59,918 INFO program/MainThread: stdout[7]: Physical volume "/dev/sdh" successfully created. 2024-03-01 17:39:59,918 INFO program/MainThread: stderr[7]: 2024-03-01 17:39:59,918 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:39:59,918 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,943 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,950 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:39:59,951 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 17:39:59,953 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 17:39:59,964 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,964 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:59,994 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:59,994 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:39:59,998 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:00,001 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:40:00,004 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:40:00,005 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:40:00,005 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdg --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:40:00,037 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdg" successfully created. 2024-03-01 17:40:00,037 INFO program/MainThread: stderr[8]: 2024-03-01 17:40:00,037 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:40:00,038 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:00,055 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,063 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:40:00,063 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 17:40:00,065 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 17:40:00,081 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,081 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:00,110 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,110 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:40:00,114 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 17:40:00,117 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:40:00,121 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:00,124 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:40:00,128 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:00,131 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:40:00,134 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:00,137 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:40:00,140 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:00,143 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:40:00,147 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 17:40:00,147 INFO program/MainThread: Running [9] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:40:00,209 INFO program/MainThread: stdout[9]: Volume group "test_vg3" successfully created 2024-03-01 17:40:00,209 INFO program/MainThread: stderr[9]: 2024-03-01 17:40:00,210 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:40:00,218 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:40:00,231 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:40:00,240 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:00,247 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:40:00,256 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:00,265 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:40:00,272 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:00,282 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:40:00,290 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:00,295 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:40:00,295 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:00,306 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,311 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:40:00,314 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:40:00,314 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:00,326 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,326 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 17:40:00,336 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,336 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:00,347 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,347 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:40:00,351 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 17:40:00,355 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 17:40:00,358 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:40:00,362 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:40:00,366 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:00,369 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:40:00,373 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:00,377 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:40:00,380 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:00,384 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:40:00,388 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:00,391 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:40:00,391 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:00,403 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,408 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:40:00,409 INFO program/MainThread: Running [10] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:40:00,437 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=4261412864 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=1016 LVM2_PV_COUNT=4 2024-03-01 17:40:00,437 INFO program/MainThread: stderr[10]: 2024-03-01 17:40:00,437 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:40:00,442 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 17:40:00,443 INFO program/MainThread: Running [11] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:40:00,543 INFO program/MainThread: stdout[11]: Logical volume "lv8" created. 2024-03-01 17:40:00,543 INFO program/MainThread: stderr[11]: 2024-03-01 17:40:00,543 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:40:00,551 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:00,558 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:40:00,558 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:40:00,558 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:00,598 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,603 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:40:00,603 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:40:00,604 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:40:00,614 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,614 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:00,628 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,628 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:40:00,633 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:00,636 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:40:00,639 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 17:40:00,639 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 17:40:00,662 INFO program/MainThread: stdout: 2024-03-01 17:40:00,662 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:40:00,662 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:40:00,662 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:40:00,662 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:40:00,662 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:40:00,662 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:40:00,662 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:40:00,662 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:40:00,663 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:40:00,663 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:40:00,663 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,663 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 17:40:00,677 INFO program/MainThread: stdout: 2024-03-01 17:40:00,677 INFO program/MainThread: writing all SBs 2024-03-01 17:40:00,677 INFO program/MainThread: new label = "" 2024-03-01 17:40:00,677 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,677 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:00,693 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,698 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:40:00,698 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:40:00,699 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:40:00,709 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,709 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:00,724 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,724 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:40:00,728 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 17:40:00,732 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 17:40:00,736 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:00,736 INFO program/MainThread: Running [12] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:40:00,761 INFO program/MainThread: stdout[12]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3833593856 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=914 LVM2_PV_COUNT=4 2024-03-01 17:40:00,762 INFO program/MainThread: stderr[12]: 2024-03-01 17:40:00,762 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:40:00,766 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 17:40:00,767 INFO program/MainThread: Running [13] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:40:00,853 INFO program/MainThread: stdout[13]: Logical volume "lv7" created. 2024-03-01 17:40:00,854 INFO program/MainThread: stderr[13]: 2024-03-01 17:40:00,854 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:40:00,862 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:00,874 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:40:00,874 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:40:00,874 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:00,912 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,917 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:40:00,918 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:40:00,919 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:40:00,928 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,929 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:00,943 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,943 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:40:00,947 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:00,951 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:40:00,954 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 17:40:00,954 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 17:40:00,973 INFO program/MainThread: stdout: 2024-03-01 17:40:00,974 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:40:00,974 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:40:00,974 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:40:00,974 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:40:00,974 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:40:00,974 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:40:00,974 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:40:00,974 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:40:00,974 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:40:00,974 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:40:00,974 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,975 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 17:40:00,988 INFO program/MainThread: stdout: 2024-03-01 17:40:00,988 INFO program/MainThread: writing all SBs 2024-03-01 17:40:00,988 INFO program/MainThread: new label = "" 2024-03-01 17:40:00,988 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:00,988 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:01,005 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,009 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:40:01,009 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:40:01,010 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:40:01,019 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,020 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:01,034 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,034 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:40:01,038 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 17:40:01,041 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 17:40:01,045 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:01,045 INFO program/MainThread: Running [14] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:40:01,071 INFO program/MainThread: stdout[14]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=3405774848 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=812 LVM2_PV_COUNT=4 2024-03-01 17:40:01,071 INFO program/MainThread: stderr[14]: 2024-03-01 17:40:01,071 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:40:01,075 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 17:40:01,076 INFO program/MainThread: Running [15] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:40:01,160 INFO program/MainThread: stdout[15]: Logical volume "lv6" created. 2024-03-01 17:40:01,160 INFO program/MainThread: stderr[15]: 2024-03-01 17:40:01,161 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:40:01,169 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:01,178 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:40:01,179 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:40:01,179 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:01,223 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,228 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:40:01,228 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:40:01,229 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:40:01,239 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,239 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:01,254 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,254 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:40:01,259 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:01,262 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:40:01,265 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 17:40:01,265 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 17:40:01,290 INFO program/MainThread: stdout: 2024-03-01 17:40:01,291 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 17:40:01,291 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:40:01,291 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:40:01,291 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:40:01,291 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 17:40:01,291 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:40:01,291 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:40:01,291 INFO program/MainThread: log =internal log bsize=4096 blocks=1566, version=2 2024-03-01 17:40:01,291 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:40:01,292 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:40:01,292 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,292 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 17:40:01,305 INFO program/MainThread: stdout: 2024-03-01 17:40:01,305 INFO program/MainThread: writing all SBs 2024-03-01 17:40:01,306 INFO program/MainThread: new label = "" 2024-03-01 17:40:01,306 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,306 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:01,324 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,328 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:40:01,329 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:40:01,330 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:40:01,340 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,340 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:01,358 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,358 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:40:01,362 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 17:40:01,366 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 17:40:01,369 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:01,370 INFO program/MainThread: Running [16] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:40:01,397 INFO program/MainThread: stdout[16]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=2336227328 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=557 LVM2_PV_COUNT=4 2024-03-01 17:40:01,397 INFO program/MainThread: stderr[16]: 2024-03-01 17:40:01,397 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:40:01,402 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 17:40:01,402 INFO program/MainThread: Running [17] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:40:01,497 INFO program/MainThread: stdout[17]: Logical volume "lv5" created. 2024-03-01 17:40:01,497 INFO program/MainThread: stderr[17]: 2024-03-01 17:40:01,497 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:40:01,506 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:01,514 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:40:01,515 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:40:01,515 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:01,555 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,560 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:40:01,561 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:40:01,561 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:40:01,572 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,572 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:01,587 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,587 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:40:01,592 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:01,595 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:40:01,598 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 17:40:01,598 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 17:40:01,629 INFO program/MainThread: stdout: 2024-03-01 17:40:01,629 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 17:40:01,629 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:40:01,629 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:40:01,629 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:40:01,629 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 17:40:01,629 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:40:01,629 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:40:01,629 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:40:01,630 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:40:01,630 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:40:01,630 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,630 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 17:40:01,643 INFO program/MainThread: stdout: 2024-03-01 17:40:01,644 INFO program/MainThread: writing all SBs 2024-03-01 17:40:01,644 INFO program/MainThread: new label = "" 2024-03-01 17:40:01,644 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,644 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:01,662 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,666 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:40:01,666 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:40:01,668 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:40:01,678 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,679 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:01,694 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,694 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:40:01,698 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:01,701 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:40:01,704 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:40:01,704 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:40:01,705 INFO program/MainThread: Running [18] lvm pvcreate /dev/sdf --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:40:01,741 INFO program/MainThread: stdout[18]: Physical volume "/dev/sdf" successfully created. 2024-03-01 17:40:01,742 INFO program/MainThread: stderr[18]: 2024-03-01 17:40:01,742 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:40:01,742 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:01,765 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,773 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:40:01,773 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 17:40:01,775 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 17:40:01,790 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,790 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:01,821 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,821 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:40:01,825 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:01,829 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:40:01,832 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:40:01,832 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:40:01,832 INFO program/MainThread: Running [19] lvm pvcreate /dev/sde --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:40:01,868 INFO program/MainThread: stdout[19]: Physical volume "/dev/sde" successfully created. 2024-03-01 17:40:01,869 INFO program/MainThread: stderr[19]: 2024-03-01 17:40:01,869 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:40:01,869 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:01,898 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,904 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:40:01,904 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 17:40:01,906 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 17:40:01,920 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,921 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:01,945 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:01,945 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:40:01,949 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:01,952 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:40:01,956 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:40:01,956 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:40:01,956 INFO program/MainThread: Running [20] lvm pvcreate /dev/sdd --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:40:01,990 INFO program/MainThread: stdout[20]: Physical volume "/dev/sdd" successfully created. 2024-03-01 17:40:01,990 INFO program/MainThread: stderr[20]: 2024-03-01 17:40:01,990 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:40:01,991 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:02,014 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,022 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:40:02,022 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 17:40:02,024 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 17:40:02,036 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,036 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:02,066 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,066 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:40:02,070 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 17:40:02,073 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:40:02,077 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:02,080 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:40:02,083 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:02,086 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:40:02,090 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:02,093 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:40:02,096 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 17:40:02,096 INFO program/MainThread: Running [21] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:40:02,157 INFO program/MainThread: stdout[21]: Volume group "test_vg2" successfully created 2024-03-01 17:40:02,157 INFO program/MainThread: stderr[21]: 2024-03-01 17:40:02,157 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:40:02,165 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:40:02,174 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:40:02,184 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:02,190 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:40:02,198 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:02,203 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:40:02,209 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:02,214 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:40:02,214 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:02,228 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,232 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:40:02,236 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:40:02,236 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:02,249 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,249 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 17:40:02,258 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,259 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:02,268 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,269 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:40:02,273 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 17:40:02,276 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 17:40:02,280 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:40:02,284 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:40:02,287 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:02,291 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:40:02,295 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:02,298 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:40:02,302 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:02,305 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:40:02,306 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:02,318 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,323 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:40:02,324 INFO program/MainThread: Running [22] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:40:02,351 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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 17:40:02,351 INFO program/MainThread: stderr[22]: 2024-03-01 17:40:02,351 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:40:02,356 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 17:40:02,356 INFO program/MainThread: Running [23] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:40:02,442 INFO program/MainThread: stdout[23]: Logical volume "lv4" created. 2024-03-01 17:40:02,442 INFO program/MainThread: stderr[23]: 2024-03-01 17:40:02,442 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:40:02,450 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:02,458 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:40:02,458 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:40:02,458 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:02,493 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,498 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:40:02,499 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:40:02,499 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:40:02,509 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,510 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:02,524 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,524 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:40:02,529 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:02,532 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:40:02,535 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 17:40:02,535 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 17:40:02,556 INFO program/MainThread: stdout: 2024-03-01 17:40:02,557 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 17:40:02,557 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:40:02,557 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:40:02,557 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:40:02,557 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 17:40:02,557 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:40:02,557 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:40:02,557 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:40:02,557 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:40:02,557 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:40:02,557 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,558 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 17:40:02,571 INFO program/MainThread: stdout: 2024-03-01 17:40:02,571 INFO program/MainThread: writing all SBs 2024-03-01 17:40:02,571 INFO program/MainThread: new label = "" 2024-03-01 17:40:02,571 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,572 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:02,589 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,593 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:40:02,593 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:40:02,595 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:40:02,604 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,604 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:02,620 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,620 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:40:02,624 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 17:40:02,628 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 17:40:02,631 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:02,631 INFO program/MainThread: Running [24] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:40:02,660 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2554331136 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=609 LVM2_PV_COUNT=3 2024-03-01 17:40:02,660 INFO program/MainThread: stderr[24]: 2024-03-01 17:40:02,660 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:40:02,665 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 17:40:02,665 INFO program/MainThread: Running [25] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:40:02,755 INFO program/MainThread: stdout[25]: Logical volume "lv3" created. 2024-03-01 17:40:02,756 INFO program/MainThread: stderr[25]: 2024-03-01 17:40:02,756 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:40:02,764 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:02,771 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:40:02,772 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:40:02,772 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:02,797 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,802 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:40:02,803 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:40:02,804 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:40:02,814 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,814 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:02,831 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,831 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:40:02,836 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:02,839 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:40:02,842 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 17:40:02,842 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 17:40:02,875 INFO program/MainThread: stdout: 2024-03-01 17:40:02,875 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 17:40:02,875 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:40:02,875 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:40:02,875 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:40:02,875 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 17:40:02,875 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:40:02,875 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:40:02,875 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:40:02,875 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:40:02,876 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:40:02,876 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,876 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 17:40:02,888 INFO program/MainThread: stdout: 2024-03-01 17:40:02,888 INFO program/MainThread: writing all SBs 2024-03-01 17:40:02,888 INFO program/MainThread: new label = "" 2024-03-01 17:40:02,888 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,889 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:02,905 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,909 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:40:02,909 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:40:02,911 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:40:02,920 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,921 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:02,936 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:02,936 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:40:02,941 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:02,944 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:40:02,947 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:40:02,947 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:40:02,948 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:40:02,981 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdc" successfully created. 2024-03-01 17:40:02,981 INFO program/MainThread: stderr[26]: 2024-03-01 17:40:02,981 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:40:02,982 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:03,001 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,005 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:40:03,006 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 17:40:03,007 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:40:03,017 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,017 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:03,041 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,041 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:40:03,045 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:03,048 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:40:03,051 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:40:03,052 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:40:03,052 INFO program/MainThread: Running [27] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:40:03,086 INFO program/MainThread: stdout[27]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:40:03,087 INFO program/MainThread: stderr[27]: 2024-03-01 17:40:03,087 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:40:03,087 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:03,105 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,109 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:40:03,109 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 17:40:03,111 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:40:03,120 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,121 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:03,144 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,144 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:40:03,148 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:03,151 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:40:03,154 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:40:03,155 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:40:03,155 INFO program/MainThread: Running [28] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:40:03,188 INFO program/MainThread: stdout[28]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:40:03,188 INFO program/MainThread: stderr[28]: 2024-03-01 17:40:03,188 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:40:03,189 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:03,210 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,214 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:40:03,214 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 17:40:03,216 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:40:03,226 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,226 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:03,249 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,249 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:40:03,253 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:40:03,257 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:40:03,260 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:03,263 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:40:03,266 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:03,269 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:40:03,273 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:03,276 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:40:03,279 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:40:03,279 INFO program/MainThread: Running [29] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:40:03,337 INFO program/MainThread: stdout[29]: Volume group "test_vg1" successfully created 2024-03-01 17:40:03,338 INFO program/MainThread: stderr[29]: 2024-03-01 17:40:03,338 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:40:03,346 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:40:03,353 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:40:03,357 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:03,363 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:40:03,369 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:03,377 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:40:03,384 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:03,391 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:40:03,391 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:03,413 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,418 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:40:03,421 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:40:03,421 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:03,435 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,435 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:40:03,445 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,445 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:03,456 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,456 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:40:03,461 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 17:40:03,464 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 17:40:03,468 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:40:03,472 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:40:03,475 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:03,479 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:40:03,482 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:03,486 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:40:03,489 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:03,493 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:40:03,493 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:03,505 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,510 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:40:03,510 INFO program/MainThread: Running [30] 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/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:40:03,540 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 17:40:03,540 INFO program/MainThread: stderr[30]: 2024-03-01 17:40:03,540 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:40:03,545 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 17:40:03,545 INFO program/MainThread: Running [31] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:40:03,634 INFO program/MainThread: stdout[31]: Logical volume "lv2" created. 2024-03-01 17:40:03,635 INFO program/MainThread: stderr[31]: 2024-03-01 17:40:03,635 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:40:03,643 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:03,654 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:40:03,654 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:40:03,655 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:03,679 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,684 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:40:03,685 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:40:03,685 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:40:03,695 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,695 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:03,711 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,711 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:40:03,716 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:03,719 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:40:03,722 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 17:40:03,723 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 17:40:03,750 INFO program/MainThread: stdout: 2024-03-01 17:40:03,750 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 17:40:03,750 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:40:03,750 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:40:03,750 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:40:03,750 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 17:40:03,751 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:40:03,751 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:40:03,751 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:40:03,751 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:40:03,751 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:40:03,751 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,751 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 17:40:03,764 INFO program/MainThread: stdout: 2024-03-01 17:40:03,765 INFO program/MainThread: writing all SBs 2024-03-01 17:40:03,765 INFO program/MainThread: new label = "" 2024-03-01 17:40:03,765 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,765 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:03,781 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,785 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:40:03,786 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:40:03,787 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:40:03,797 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,797 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:03,812 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,812 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:40:03,816 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:40:03,820 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:40:03,823 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:03,823 INFO program/MainThread: Running [32] 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/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:40:03,851 INFO program/MainThread: stdout[32]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:40:03,851 INFO program/MainThread: stderr[32]: 2024-03-01 17:40:03,851 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:40:03,856 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:40:03,856 INFO program/MainThread: Running [33] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:40:03,946 INFO program/MainThread: stdout[33]: Logical volume "lv1" created. 2024-03-01 17:40:03,947 INFO program/MainThread: stderr[33]: 2024-03-01 17:40:03,947 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:40:03,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:03,963 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:40:03,963 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:40:03,963 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:03,991 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:03,996 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:40:03,996 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:40:03,997 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:40:04,007 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:04,008 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:04,024 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:04,024 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:40:04,029 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:40:04,032 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:40:04,035 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:40:04,035 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:40:04,057 INFO program/MainThread: stdout: 2024-03-01 17:40:04,057 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 17:40:04,057 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:40:04,057 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:40:04,057 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:40:04,057 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 17:40:04,057 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:40:04,058 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:40:04,058 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:40:04,058 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:40:04,058 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:40:04,058 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:04,058 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:40:04,072 INFO program/MainThread: stdout: 2024-03-01 17:40:04,072 INFO program/MainThread: writing all SBs 2024-03-01 17:40:04,073 INFO program/MainThread: new label = "" 2024-03-01 17:40:04,073 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:04,073 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:04,090 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:04,094 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:40:04,094 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:40:04,096 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:40:04,105 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:04,105 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:40:04,120 DEBUG program/MainThread: Return code: 0 2024-03-01 17:40:04,126 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:40:04,126 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 0x7fa47a9380f8> 2024-03-01 17:40:04,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:40:04,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:40:04,133 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:40:04,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:40:04,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 17:40:04,140 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:40:04,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:40:04,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 17:40:04,147 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:40:04,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:40:04,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 17:40:04,153 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:40:04,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:40:04,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 17:40:04,160 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:40:04,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:40:04,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 17:40:04,166 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:40:04,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:40:04,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 17:40:04,173 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:40:04,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:40:04,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 17:40:04,179 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:40:04,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:40:04,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:40:04,186 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:40:04,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:40:04,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.5 GiB lvmlv test_vg1-lv2 (109) with existing xfs filesystem 2024-03-01 17:40:04,192 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:40:04,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:40:04,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 308 MiB lvmlv test_vg2-lv3 (135) with existing xfs filesystem 2024-03-01 17:40:04,198 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:40:04,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:40:04,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 17:40:04,205 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:40:04,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:40:04,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1.2 GiB lvmlv test_vg3-lv5 (174) with existing xfs filesystem 2024-03-01 17:40:04,211 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:40:04,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:40:04,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 17:40:04,217 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:40:04,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:40:04,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 17:40:04,223 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:40:04,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:40:04,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv8 (201) with existing xfs filesystem 2024-03-01 17:40:04,229 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:41:33,126 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_vzequtpd/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:41:33,162 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:41:33,162 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:41:33,166 INFO program/MainThread: stdout[2]: 2024-03-01 17:41:33,166 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 17:41:33,166 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:41:33,166 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:41:33,170 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:33,171 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:41:33,174 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:41:33,175 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:41:33,178 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:41:33,178 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:41:33,181 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:41:33,181 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:41:33,192 INFO program/MainThread: stdout: 2024-03-01 17:41:33,192 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:41:33,192 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL 2024-03-01 17:41:33,192 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5a13993d-ba0f-43a7-9add-b3ec74650473 2024-03-01 17:41:33,192 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a 2024-03-01 17:41:33,192 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5a13993d-ba0f-43a7-9add-b3ec74650473 2024-03-01 17:41:33,192 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 735b9ca5-4980-4371-90cf-f0b77e114418 2024-03-01 17:41:33,192 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br 2024-03-01 17:41:33,192 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 2024-03-01 17:41:33,192 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs a71b061f-fba7-4644-9d01-545b31d74019 2024-03-01 17:41:33,192 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs cf1c2930-d8a1-4e9e-8124-4cc901ee1fbc 2024-03-01 17:41:33,192 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV 2024-03-01 17:41:33,192 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW 2024-03-01 17:41:33,193 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0 2024-03-01 17:41:33,193 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 93369aad-983a-4a9d-b5df-08f498e8a02a 2024-03-01 17:41:33,193 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 8bbfde26-e94b-461b-b840-f1e92e3c3ee2 2024-03-01 17:41:33,193 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 6eb45222-6db0-4130-822e-bc5fb5d664fa 2024-03-01 17:41:33,193 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 2024-03-01 17:41:33,193 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 6eb45222-6db0-4130-822e-bc5fb5d664fa 2024-03-01 17:41:33,193 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 2024-03-01 17:41:33,193 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 530aed68-0d96-4a49-9fd1-5de4f898777a 2024-03-01 17:41:33,193 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H 2024-03-01 17:41:33,193 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 530aed68-0d96-4a49-9fd1-5de4f898777a 2024-03-01 17:41:33,193 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:41:33,193 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:41:33,193 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:41:33,193 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:41:33,193 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:33,193 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5a13993d-ba0f-43a7-9add-b3ec74650473 sdb 1073741824 root disk brw-rw---- LVM2_member WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5a13993d-ba0f-43a7-9add-b3ec74650473 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 735b9ca5-4980-4371-90cf-f0b77e114418 sdc 1073741824 root disk brw-rw---- LVM2_member UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br sdd 1073741824 root disk brw-rw---- LVM2_member fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 |-test_vg2-lv4 641728512 root disk brw-rw---- xfs a71b061f-fba7-4644-9d01-545b31d74019 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs cf1c2930-d8a1-4e9e-8124-4cc901ee1fbc sde 1073741824 root disk brw-rw---- LVM2_member nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV sdf 1073741824 root disk brw-rw---- LVM2_member h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW sdg 1073741824 root disk brw-rw---- LVM2_member k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0 |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 93369aad-983a-4a9d-b5df-08f498e8a02a |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 8bbfde26-e94b-461b-b840-f1e92e3c3ee2 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 6eb45222-6db0-4130-822e-bc5fb5d664fa sdh 1073741824 root disk brw-rw---- LVM2_member pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 6eb45222-6db0-4130-822e-bc5fb5d664fa sdi 1073741824 root disk brw-rw---- LVM2_member S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 530aed68-0d96-4a49-9fd1-5de4f898777a sdj 1073741824 root disk brw-rw---- LVM2_member tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 530aed68-0d96-4a49-9fd1-5de4f898777a 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 17:41:33,193 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:41:33,193 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:41:33,194 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:41:33,194 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:41:33,194 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:41:33,194 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:41:33,194 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:33,207 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:33,222 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 17:41:33,227 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541', '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': 'G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL', 'ID_FS_UUID_ENC': 'G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553680105'} ; 2024-03-01 17:41:33,227 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 17:41:33,227 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 17:41:33,252 INFO program/MainThread: stdout[3]: 2024-03-01 17:41:33,252 INFO program/MainThread: stderr[3]: 2024-03-01 17:41:33,253 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:41:33,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:41:33,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:33,265 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:41:33,270 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:41:33,270 INFO blivet/MainThread: sda is a disk 2024-03-01 17:41:33,271 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:41:33,271 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:41:33,274 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:41:33,278 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:41:33,278 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 17:41:33,281 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 17:41:33,282 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:41:33,282 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:41:33,282 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe10b82dcc0) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:41:33,286 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:41:33,290 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:33,290 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:41:33,293 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:33,293 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:41:33,297 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:33,297 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:41:33,300 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:33,300 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:41:33,304 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:41:33,304 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:41:33,304 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 17:41:33,330 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:41:33,330 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a. WARNING: Couldn't find device with uuid UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br. WARNING: VG test_vg1 is missing PV WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:41:33,331 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:41:33,331 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:41:33,335 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL ; label: None ; device: /dev/sda ; serial: 36001405efaa722eff094890a3724a541 ; exists: True ; vg_name: test_vg1 ; vg_uuid: EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl ; pe_start: 8 MiB ; 2024-03-01 17:41:33,335 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:41:33,339 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:41:33,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl ; incomplete: True ; hidden: False ; 2024-03-01 17:41:33,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:33,348 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:33,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:33,352 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 17:41:33,383 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:41:33,384 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a. WARNING: Couldn't find device with uuid UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br. WARNING: VG test_vg1 is missing PV WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:41:33,384 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:41:33,384 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:41:33,384 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:41:33,391 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:41:33,395 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:41:33,395 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:41:33,399 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:41:33,399 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 17:41:33,429 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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 17:41:33,430 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a. WARNING: Couldn't find device with uuid UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br. WARNING: VG test_vg1 is missing PV WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:41:33,430 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:41:33,434 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:41:33,435 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:41:33,438 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:41:33,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl ; incomplete: True ; hidden: False ; 2024-03-01 17:41:33,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:41:33,445 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:41:33,445 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:33,449 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/lvm-pv-uuid-WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396', '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': 'WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a', 'ID_FS_UUID_ENC': 'WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553642513'} ; 2024-03-01 17:41:33,449 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 17:41:33,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:41:33,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:33,459 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:41:33,459 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:41:33,460 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:41:33,460 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:41:33,463 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:41:33,466 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:41:33,466 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 17:41:33,470 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 17:41:33,470 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:41:33,470 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:41:33,470 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe10a69b358) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:41:33,474 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:41:33,478 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:33,478 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:41:33,481 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:33,481 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:41:33,485 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:33,485 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:41:33,488 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:33,488 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:41:33,491 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:41:33,491 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:41:33,491 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 17:41:33,518 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:41:33,518 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br. WARNING: VG test_vg1 is missing PV UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br (last written to /dev/sdc). 2024-03-01 17:41:33,519 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:41:33,519 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:41:33,523 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a ; label: None ; device: /dev/sdb ; serial: 36001405814a177f25a64e11afedc6396 ; exists: True ; vg_name: test_vg1 ; vg_uuid: EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:41:33,523 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:41:33,527 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:41:33,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl ; incomplete: True ; hidden: False ; 2024-03-01 17:41:33,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:41:33,536 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:41:33,540 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:41:33,543 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:41:33,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl ; incomplete: True ; hidden: False ; 2024-03-01 17:41:33,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:41:33,550 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 17:41:33,580 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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 17:41:33,580 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br. WARNING: VG test_vg1 is missing PV UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br (last written to /dev/sdc). 2024-03-01 17:41:33,581 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:41:33,581 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:41:33,581 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:33,586 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:41:33,586 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 17:41:33,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:41:33,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:33,596 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:41:33,597 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:41:33,597 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:41:33,597 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:41:33,600 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:41:33,604 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:41:33,604 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 17:41:33,607 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 17:41:33,607 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:41:33,608 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:41:33,608 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe10a69b518) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:41:33,611 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:41:33,612 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:41:33,615 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:41:33,615 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 17:41:33,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:41:33,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:33,625 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:41:33,626 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:41:33,626 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:41:33,626 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:41:33,629 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:41:33,633 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:41:33,633 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 17:41:33,636 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 17:41:33,636 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:41:33,637 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:41:33,637 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe10a6a8d30) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:41:33,640 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:41:33,640 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:41:33,644 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/lvm-pv-uuid-UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br ' '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', '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': 'UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br', 'ID_FS_UUID_ENC': 'UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553687452'} ; 2024-03-01 17:41:33,644 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 17:41:33,647 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:41:33,650 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:33,654 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:41:33,655 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:41:33,655 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:41:33,655 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:41:33,658 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:41:33,661 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:41:33,661 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 17:41:33,665 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 17:41:33,665 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:41:33,665 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:41:33,665 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe10a6b0320) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:41:33,669 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:41:33,672 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:33,673 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:41:33,676 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:33,676 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:41:33,679 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:33,679 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:41:33,683 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:33,683 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:41:33,686 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:41:33,686 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:41:33,686 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/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:33,713 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:41:33,714 INFO program/MainThread: stderr[9]: 2024-03-01 17:41:33,714 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:41:33,714 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:41:33,718 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br ; label: None ; device: /dev/sdc ; serial: 360014055ae7217664324061aa4a87442 ; exists: True ; vg_name: test_vg1 ; vg_uuid: EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:41:33,718 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:41:33,721 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:41:33,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl ; incomplete: True ; hidden: False ; 2024-03-01 17:41:33,728 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:41:33,731 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:41:33,735 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:41:33,738 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:41:33,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl ; incomplete: True ; hidden: False ; 2024-03-01 17:41:33,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:41:33,745 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/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:33,772 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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 17:41:33,772 INFO program/MainThread: stderr[10]: 2024-03-01 17:41:33,773 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:41:33,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:33,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:33,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK ; incomplete: False ; hidden: False ; 2024-03-01 17:41:33,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:33,787 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:41:33,791 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:41:33,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:41:33,794 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:41:33,798 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:41:33,799 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:41:33,802 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:41:33,803 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:41:33,803 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:41:33,808 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:41:33,811 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:41:33,811 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:41:33,815 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:41:33,818 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:41:33,818 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:41:33,822 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:41:33,822 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:41:33,823 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:41:33,823 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:41:33,826 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:41:33,826 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:41:33,830 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:41:33,830 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:41:33,834 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/735b9ca5-4980-4371-90cf-f0b77e114418 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-EQcDGFfIAUh23PRg9uLaOMAoiIk8vHClqqgCoFjlkrelu1m2SFoeZykpDyxXAnxK', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-EQcDGFfIAUh23PRg9uLaOMAoiIk8vHClqqgCoFjlkrelu1m2SFoeZykpDyxXAnxK', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '735b9ca5-4980-4371-90cf-f0b77e114418', 'ID_FS_UUID_ENC': '735b9ca5-4980-4371-90cf-f0b77e114418', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1251026807'} ; 2024-03-01 17:41:33,834 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:41:33,834 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:41:33,838 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:41:33,838 INFO program/MainThread: stderr[11]: 2024-03-01 17:41:33,838 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:41:33,838 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:41:33,841 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:41:33,841 INFO program/MainThread: stderr[12]: 2024-03-01 17:41:33,841 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:41:33,842 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:41:33,845 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:41:33,845 INFO program/MainThread: stderr[13]: 2024-03-01 17:41:33,845 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:41:33,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:33,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:41:33,855 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:33,856 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:41:33,856 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:33,857 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:41:33,853 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe10a6b0f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe10a729ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 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 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:33,858 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:41:33,861 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:41:33,861 INFO program/MainThread: stderr[14]: 2024-03-01 17:41:33,861 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:41:33,865 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:41:33,869 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:33,869 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:41:33,873 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:33,873 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:41:33,877 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:33,877 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:41:33,880 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:33,880 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:41:33,882 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:41:33,882 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:41:33,886 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:41:33,886 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:41:33,890 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:41:33,890 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:41:33,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:33,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:33,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot ; incomplete: False ; hidden: False ; 2024-03-01 17:41:33,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:33,903 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:41:33,907 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:41:33,907 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:41:33,911 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:41:33,914 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:41:33,914 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:41:33,918 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:41:33,918 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:41:33,919 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:41:33,922 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:41:33,926 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:41:33,926 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:41:33,929 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:41:33,933 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:41:33,933 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:41:33,937 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:41:33,937 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:41:33,937 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:41:33,938 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:41:33,941 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:41:33,941 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:41:33,944 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:41:33,945 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:41:33,948 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-EQcDGFfIAUh23PRg9uLaOMAoiIk8vHClqVZ4U7BB4xSBf11T3e1KM7JCgjo9t5Ot ' '/dev/test_vg1/lv2 ' '/dev/disk/by-uuid/5a13993d-ba0f-43a7-9add-b3ec74650473 ' '/dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-EQcDGFfIAUh23PRg9uLaOMAoiIk8vHClqVZ4U7BB4xSBf11T3e1KM7JCgjo9t5Ot', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5a13993d-ba0f-43a7-9add-b3ec74650473', 'ID_FS_UUID_ENC': '5a13993d-ba0f-43a7-9add-b3ec74650473', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1250716076'} ; 2024-03-01 17:41:33,949 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:41:33,949 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:41:33,952 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:41:33,952 INFO program/MainThread: stderr[15]: 2024-03-01 17:41:33,952 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:41:33,953 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:41:33,956 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:41:33,956 INFO program/MainThread: stderr[16]: 2024-03-01 17:41:33,956 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:41:33,956 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:41:33,959 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:41:33,959 INFO program/MainThread: stderr[17]: 2024-03-01 17:41:33,959 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:41:33,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:33,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:41:33,970 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:33,971 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:33,971 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:33,972 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:33,967 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe10a6b0dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe10a729ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:33,972 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:41:33,975 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:41:33,976 INFO program/MainThread: stderr[18]: 2024-03-01 17:41:33,976 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:41:33,980 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:41:33,984 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:33,984 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:41:33,987 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:33,987 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:41:33,991 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:33,991 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:41:33,995 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:33,995 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:41:33,995 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:41:33,999 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:41:33,999 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:41:34,002 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:41:34,002 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:41:34,003 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:34,006 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/lvm-pv-uuid-fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 ' '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', '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_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2', 'ID_FS_UUID_ENC': 'fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2', 'ID_FS_VERSION': 'LVM2 001', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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', 'SYSTEMD_ALIAS': '/dev/block/8:48', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:48.service', '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': '553818765'} ; 2024-03-01 17:41:34,006 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 17:41:34,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:41:34,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:34,017 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:41:34,018 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:41:34,018 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:41:34,018 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:41:34,021 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:41:34,024 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:41:34,025 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 17:41:34,028 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 17:41:34,028 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:41:34,029 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:41:34,029 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe10a6c10b8) -- name = sdd status = True id = 72 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:41:34,032 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:41:34,036 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:34,036 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:41:34,039 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:34,039 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:41:34,043 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:34,043 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:41:34,046 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:34,046 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:41:34,049 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:41:34,049 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:41:34,049 INFO program/MainThread: Running [19] 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/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:34,077 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:41:34,078 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV. WARNING: Couldn't find device with uuid h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW. WARNING: VG test_vg2 is missing PV nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV (last written to /dev/sde). WARNING: VG test_vg2 is missing PV h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW (last written to /dev/sdf). 2024-03-01 17:41:34,078 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:41:34,078 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:41:34,082 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 ; label: None ; device: /dev/sdd ; serial: 36001405c27a45f8aba9459eaec661889 ; exists: True ; vg_name: test_vg2 ; vg_uuid: CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:41:34,082 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:41:34,086 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:41:34,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB ; incomplete: True ; hidden: False ; 2024-03-01 17:41:34,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:34,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:34,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:34,099 INFO program/MainThread: Running [20] 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/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:34,132 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:41:34,132 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV. WARNING: Couldn't find device with uuid h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW. WARNING: VG test_vg2 is missing PV nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV (last written to /dev/sde). WARNING: VG test_vg2 is missing PV h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW (last written to /dev/sdf). 2024-03-01 17:41:34,132 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:41:34,132 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:41:34,133 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:41:34,137 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:41:34,141 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:41:34,141 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:41:34,145 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:41:34,145 INFO program/MainThread: Running [21] 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/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:34,173 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN LVM2_LV_SIZE=322961408 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_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX LVM2_LV_SIZE=641728512 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 17:41:34,174 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV. WARNING: Couldn't find device with uuid h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW. WARNING: VG test_vg2 is missing PV nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV (last written to /dev/sde). WARNING: VG test_vg2 is missing PV h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW (last written to /dev/sdf). 2024-03-01 17:41:34,174 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:41:34,178 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:41:34,179 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:41:34,182 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:41:34,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB ; incomplete: True ; hidden: False ; 2024-03-01 17:41:34,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:41:34,189 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:41:34,189 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:34,192 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/lvm-pv-uuid-nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV', '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_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV', 'ID_FS_UUID_ENC': 'nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV', 'ID_FS_VERSION': 'LVM2 001', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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', 'SYSTEMD_ALIAS': '/dev/block/8:64', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:64.service', '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': '553915840'} ; 2024-03-01 17:41:34,192 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 17:41:34,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:41:34,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:34,203 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:41:34,204 INFO blivet/MainThread: sde is a disk 2024-03-01 17:41:34,204 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:41:34,204 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:41:34,207 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:41:34,211 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:41:34,211 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 17:41:34,214 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 17:41:34,214 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:41:34,215 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:41:34,215 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe10a6ca7b8) -- name = sde status = True id = 86 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:41:34,218 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:41:34,222 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:34,222 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:41:34,226 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:34,226 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:41:34,229 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:34,229 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:41:34,232 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:34,233 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:41:34,236 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:41:34,236 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:41:34,236 INFO program/MainThread: Running [22] 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/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:34,265 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:41:34,266 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW. WARNING: VG test_vg2 is missing PV h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW (last written to /dev/sdf). 2024-03-01 17:41:34,266 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:41:34,266 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:41:34,270 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV ; label: None ; device: /dev/sde ; serial: 36001405c1027c213a764bf5bd25530eb ; exists: True ; vg_name: test_vg2 ; vg_uuid: CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:41:34,270 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:41:34,274 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:41:34,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB ; incomplete: True ; hidden: False ; 2024-03-01 17:41:34,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:41:34,284 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:41:34,287 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:41:34,290 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:41:34,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB ; incomplete: True ; hidden: False ; 2024-03-01 17:41:34,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:41:34,297 INFO program/MainThread: Running [23] 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/sdd$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:34,323 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN LVM2_LV_SIZE=322961408 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_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX LVM2_LV_SIZE=641728512 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 17:41:34,324 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW. WARNING: VG test_vg2 is missing PV h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW (last written to /dev/sdf). 2024-03-01 17:41:34,324 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:41:34,324 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:41:34,324 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:34,329 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/lvm-pv-uuid-h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', '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_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW', 'ID_FS_UUID_ENC': 'h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW', 'ID_FS_VERSION': 'LVM2 001', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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', 'SYSTEMD_ALIAS': '/dev/block/8:80', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:80.service', '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': '553931708'} ; 2024-03-01 17:41:34,329 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 17:41:34,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:41:34,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:34,340 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:41:34,340 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:41:34,341 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:41:34,341 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:41:34,344 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:41:34,347 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:41:34,348 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 17:41:34,351 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 17:41:34,351 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:41:34,352 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:41:34,352 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe10a6ca6d8) -- name = sdf status = True id = 96 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:41:34,355 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:41:34,359 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:34,359 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:41:34,362 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:34,363 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:41:34,366 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:34,366 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:41:34,369 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:34,370 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:41:34,373 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:41:34,373 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:41:34,373 INFO program/MainThread: Running [24] 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/sdd$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:34,404 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:41:34,405 INFO program/MainThread: stderr[24]: 2024-03-01 17:41:34,405 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:41:34,405 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:41:34,409 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW ; label: None ; device: /dev/sdf ; serial: 360014050930e1eaa17e4657a016011c8 ; exists: True ; vg_name: test_vg2 ; vg_uuid: CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:41:34,410 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:41:34,413 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:41:34,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB ; incomplete: True ; hidden: False ; 2024-03-01 17:41:34,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:41:34,423 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:41:34,426 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:41:34,430 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:41:34,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB ; incomplete: True ; hidden: False ; 2024-03-01 17:41:34,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:41:34,436 INFO program/MainThread: Running [25] 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/sdd$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:34,465 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN LVM2_LV_SIZE=322961408 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_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX LVM2_LV_SIZE=641728512 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 17:41:34,465 INFO program/MainThread: stderr[25]: 2024-03-01 17:41:34,465 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:41:34,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:34,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:34,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN ; incomplete: False ; hidden: False ; 2024-03-01 17:41:34,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:34,480 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:41:34,484 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:41:34,484 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:41:34,487 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:41:34,491 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:41:34,491 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:41:34,495 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:41:34,495 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:41:34,495 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:41:34,499 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:41:34,503 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:41:34,503 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:41:34,506 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:41:34,510 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:41:34,510 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:41:34,514 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:41:34,514 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:41:34,514 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:41:34,514 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:41:34,518 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:41:34,518 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:41:34,521 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:41:34,522 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:41:34,525 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-CXX6qAeqy3ATGI39IjANxDwkJmLgqVkBU3uzT9J6Lg3zU1X6yo7yMwm7ToI65ebN ' '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/cf1c2930-d8a1-4e9e-8124-4cc901ee1fbc', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CXX6qAeqy3ATGI39IjANxDwkJmLgqVkBU3uzT9J6Lg3zU1X6yo7yMwm7ToI65ebN', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cf1c2930-d8a1-4e9e-8124-4cc901ee1fbc', 'ID_FS_UUID_ENC': 'cf1c2930-d8a1-4e9e-8124-4cc901ee1fbc', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1249835153'} ; 2024-03-01 17:41:34,525 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:41:34,526 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:41:34,530 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:41:34,530 INFO program/MainThread: stderr[26]: 2024-03-01 17:41:34,530 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:41:34,530 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:41:34,533 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:41:34,533 INFO program/MainThread: stderr[27]: 2024-03-01 17:41:34,533 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:41:34,533 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:41:34,536 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:41:34,537 INFO program/MainThread: stderr[28]: 2024-03-01 17:41:34,537 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:41:34,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:34,545 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:41:34,547 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:34,548 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:41:34,548 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:34,549 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:41:34,545 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe10a6d1f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe10a6ca4e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:34,549 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:41:34,552 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:41:34,552 INFO program/MainThread: stderr[29]: 2024-03-01 17:41:34,553 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:41:34,557 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:41:34,561 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:34,561 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:41:34,565 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:34,565 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:41:34,569 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:34,569 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:41:34,572 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:34,572 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:41:34,573 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:41:34,576 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:41:34,576 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:41:34,580 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:41:34,580 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:41:34,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:34,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:34,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX ; incomplete: False ; hidden: False ; 2024-03-01 17:41:34,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:34,602 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:41:34,606 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:41:34,606 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:41:34,610 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:41:34,613 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:41:34,613 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:41:34,617 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:41:34,617 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:41:34,618 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:41:34,621 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:41:34,625 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:41:34,625 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:41:34,628 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:41:34,632 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:41:34,632 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:41:34,636 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:41:34,636 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:41:34,636 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:41:34,637 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:41:34,640 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:41:34,640 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:41:34,643 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:41:34,644 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:41:34,647 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-CXX6qAeqy3ATGI39IjANxDwkJmLgqVkBU5WQyB84w67H00rIDNWX5z4HSU1YiPiX ' '/dev/test_vg2/lv4 ' '/dev/disk/by-uuid/a71b061f-fba7-4644-9d01-545b31d74019 ' '/dev/mapper/test_vg2-lv4 /dev/disk/by-id/dm-name-test_vg2-lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CXX6qAeqy3ATGI39IjANxDwkJmLgqVkBU5WQyB84w67H00rIDNWX5z4HSU1YiPiX', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a71b061f-fba7-4644-9d01-545b31d74019', 'ID_FS_UUID_ENC': 'a71b061f-fba7-4644-9d01-545b31d74019', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1249525686'} ; 2024-03-01 17:41:34,647 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:41:34,648 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:41:34,652 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:41:34,652 INFO program/MainThread: stderr[30]: 2024-03-01 17:41:34,652 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:41:34,652 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:41:34,655 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:41:34,655 INFO program/MainThread: stderr[31]: 2024-03-01 17:41:34,655 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:41:34,655 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:41:34,658 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:41:34,659 INFO program/MainThread: stderr[32]: 2024-03-01 17:41:34,659 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:41:34,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:34,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:41:34,669 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:34,670 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:34,671 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:34,671 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:34,667 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe119748ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe10a6ca4e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:34,672 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:41:34,675 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:41:34,675 INFO program/MainThread: stderr[33]: 2024-03-01 17:41:34,675 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:41:34,680 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:41:34,683 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:34,684 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:41:34,687 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:34,687 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:41:34,691 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:34,691 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:41:34,695 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:34,695 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:41:34,695 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:41:34,699 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:41:34,699 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:41:34,702 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:41:34,702 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:41:34,703 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:34,706 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/lvm-pv-uuid-k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', '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_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0', 'ID_FS_UUID_ENC': 'k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0', 'ID_FS_VERSION': 'LVM2 001', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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', 'SYSTEMD_ALIAS': '/dev/block/8:96', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:96.service', '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': '554010565'} ; 2024-03-01 17:41:34,706 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 17:41:34,710 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:41:34,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:34,717 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:41:34,718 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:41:34,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:41:34,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:41:34,721 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:41:34,725 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:41:34,725 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 17:41:34,728 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 17:41:34,729 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:41:34,729 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:41:34,729 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe10a6b0208) -- name = sdg status = True id = 132 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:41:34,733 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:41:34,736 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:34,736 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:41:34,740 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:34,740 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:41:34,743 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:34,743 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:41:34,747 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:34,747 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:41:34,750 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:41:34,750 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:41:34,750 INFO program/MainThread: Running [34] 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/sdd$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:34,781 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:41:34,782 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0. WARNING: Couldn't find device with uuid S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0. WARNING: Couldn't find device with uuid tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H. WARNING: VG test_vg3 is missing PV pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:41:34,782 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:41:34,782 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:41:34,786 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0 ; label: None ; device: /dev/sdg ; serial: 36001405ab5e6fa5f0034a27a5c146d75 ; exists: True ; vg_name: test_vg3 ; vg_uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:41:34,787 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:41:34,790 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:41:34,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; incomplete: True ; hidden: False ; 2024-03-01 17:41:34,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:34,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:34,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:34,803 INFO program/MainThread: Running [35] 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$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:34,837 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:41:34,837 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0. WARNING: Couldn't find device with uuid S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0. WARNING: Couldn't find device with uuid tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H. WARNING: VG test_vg3 is missing PV pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:41:34,837 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:41:34,837 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:41:34,837 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:41:34,843 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:41:34,846 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:41:34,846 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:41:34,850 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:41:34,850 INFO program/MainThread: Running [36] 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/sdd$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:34,880 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN LVM2_LV_SIZE=322961408 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_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX LVM2_LV_SIZE=641728512 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_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra LVM2_LV_SIZE=1283457024 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_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra LVM2_LV_SIZE=1283457024 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_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C LVM2_LV_SIZE=1069547520 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_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C LVM2_LV_SIZE=1069547520 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_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 LVM2_LV_SIZE=427819008 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_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle LVM2_LV_SIZE=427819008 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 17:41:34,881 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0. WARNING: Couldn't find device with uuid S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0. WARNING: Couldn't find device with uuid tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H. WARNING: VG test_vg3 is missing PV pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:41:34,881 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:41:34,886 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:41:34,886 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:41:34,889 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:41:34,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; incomplete: True ; hidden: False ; 2024-03-01 17:41:34,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:41:34,896 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:41:34,896 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:34,900 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/lvm-pv-uuid-pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0', '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_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0', 'ID_FS_UUID_ENC': 'pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0', 'ID_FS_VERSION': 'LVM2 001', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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', 'SYSTEMD_ALIAS': '/dev/block/8:112', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:112.service', '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': '554090189'} ; 2024-03-01 17:41:34,900 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 17:41:34,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:41:34,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:34,911 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:41:34,912 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:41:34,912 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:41:34,912 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:41:34,915 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:41:34,919 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:41:34,919 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 17:41:34,923 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 17:41:34,923 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:41:34,923 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:41:34,923 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe10a6a8978) -- name = sdh status = True id = 146 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:41:34,927 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:41:34,930 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:34,931 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:41:34,934 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:34,934 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:41:34,937 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:34,938 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:41:34,941 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:34,941 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:41:34,944 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:41:34,944 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:41:34,944 INFO program/MainThread: Running [37] 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/sdh$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:34,977 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:41:34,978 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0. WARNING: Couldn't find device with uuid tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H. WARNING: VG test_vg3 is missing PV S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:41:34,978 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:41:34,978 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:41:34,982 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 ; label: None ; device: /dev/sdh ; serial: 36001405356e43e9cc9e4f69ad16fabcd ; exists: True ; vg_name: test_vg3 ; vg_uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; pe_start: 8 MiB ; 2024-03-01 17:41:34,983 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:41:34,986 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:41:34,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; incomplete: True ; hidden: False ; 2024-03-01 17:41:34,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:41:34,996 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:41:35,000 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:41:35,003 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:41:35,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; incomplete: True ; hidden: False ; 2024-03-01 17:41:35,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:35,009 INFO program/MainThread: Running [38] 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/sdh$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:35,039 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN LVM2_LV_SIZE=322961408 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_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX LVM2_LV_SIZE=641728512 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_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra LVM2_LV_SIZE=1283457024 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_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra LVM2_LV_SIZE=1283457024 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_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C LVM2_LV_SIZE=1069547520 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_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C LVM2_LV_SIZE=1069547520 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_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 LVM2_LV_SIZE=427819008 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_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle LVM2_LV_SIZE=427819008 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 17:41:35,040 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0. WARNING: Couldn't find device with uuid tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H. WARNING: VG test_vg3 is missing PV S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:41:35,040 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:41:35,040 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:41:35,040 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:35,045 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/lvm-pv-uuid-S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0', '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_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0', 'ID_FS_UUID_ENC': 'S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0', 'ID_FS_VERSION': 'LVM2 001', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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', 'SYSTEMD_ALIAS': '/dev/block/8:128', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:128.service', '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': '554181881'} ; 2024-03-01 17:41:35,045 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 17:41:35,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:41:35,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:35,057 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:41:35,057 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:41:35,057 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:41:35,058 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:41:35,061 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:41:35,064 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:41:35,064 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 17:41:35,068 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 17:41:35,068 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:41:35,069 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:41:35,069 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe10a6cada0) -- name = sdi status = True id = 156 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:41:35,072 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:41:35,076 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:35,076 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:41:35,079 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:35,079 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:41:35,083 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:35,083 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:41:35,086 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:35,086 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:41:35,089 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:41:35,090 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:41:35,090 INFO program/MainThread: Running [39] 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/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:35,121 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:41:35,121 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H. WARNING: VG test_vg3 is missing PV tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:41:35,121 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:41:35,122 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:41:35,126 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 ; label: None ; device: /dev/sdi ; serial: 3600140511b3f649a04840dba1fae69a2 ; exists: True ; vg_name: test_vg3 ; vg_uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; pe_start: 8 MiB ; 2024-03-01 17:41:35,126 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:41:35,129 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:41:35,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; incomplete: True ; hidden: False ; 2024-03-01 17:41:35,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:35,140 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:41:35,143 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:41:35,146 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:41:35,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; incomplete: True ; hidden: False ; 2024-03-01 17:41:35,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:35,153 INFO program/MainThread: Running [40] 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/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:35,185 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN LVM2_LV_SIZE=322961408 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_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX LVM2_LV_SIZE=641728512 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_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra LVM2_LV_SIZE=1283457024 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_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra LVM2_LV_SIZE=1283457024 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_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C LVM2_LV_SIZE=1069547520 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_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C LVM2_LV_SIZE=1069547520 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_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 LVM2_LV_SIZE=427819008 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_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle LVM2_LV_SIZE=427819008 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 17:41:35,185 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H. WARNING: VG test_vg3 is missing PV tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:41:35,185 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:41:35,185 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:41:35,186 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:35,190 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/lvm-pv-uuid-tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H', '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_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H', 'ID_FS_UUID_ENC': 'tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H', 'ID_FS_VERSION': 'LVM2 001', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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', 'SYSTEMD_ALIAS': '/dev/block/8:144', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:144.service', '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': '554281514'} ; 2024-03-01 17:41:35,191 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 17:41:35,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:41:35,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:35,202 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:41:35,203 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:41:35,203 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:41:35,203 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:41:35,206 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:41:35,210 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:41:35,210 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 17:41:35,213 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 17:41:35,214 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:41:35,214 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:41:35,214 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe10a6da550) -- name = sdj status = True id = 166 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:41:35,218 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:41:35,221 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:35,221 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:41:35,225 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:35,225 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:41:35,228 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:35,229 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:41:35,232 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:35,232 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:41:35,235 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:41:35,235 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:41:35,235 INFO program/MainThread: Running [41] 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/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:35,266 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdj LVM2_PV_UUID=tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:41:35,267 INFO program/MainThread: stderr[41]: 2024-03-01 17:41:35,267 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:41:35,267 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:41:35,272 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H ; label: None ; device: /dev/sdj ; serial: 360014057043d65f01584d1c9252a8a47 ; exists: True ; vg_name: test_vg3 ; vg_uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:41:35,272 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:41:35,275 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:41:35,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; incomplete: True ; hidden: False ; 2024-03-01 17:41:35,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:35,286 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:41:35,289 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:41:35,292 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:41:35,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; incomplete: True ; hidden: False ; 2024-03-01 17:41:35,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:35,299 INFO program/MainThread: Running [42] 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/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:35,328 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN LVM2_LV_SIZE=322961408 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_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX LVM2_LV_SIZE=641728512 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_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra LVM2_LV_SIZE=1283457024 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_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra LVM2_LV_SIZE=1283457024 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_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C LVM2_LV_SIZE=1069547520 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_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C LVM2_LV_SIZE=1069547520 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_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 LVM2_LV_SIZE=427819008 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_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle LVM2_LV_SIZE=427819008 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 17:41:35,328 INFO program/MainThread: stderr[42]: 2024-03-01 17:41:35,328 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:41:35,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:35,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:35,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra ; incomplete: False ; hidden: False ; 2024-03-01 17:41:35,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:35,343 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:41:35,347 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:41:35,347 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:41:35,350 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:41:35,354 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:41:35,354 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:41:35,358 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:41:35,359 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:41:35,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:41:35,362 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:41:35,367 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:41:35,367 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:41:35,370 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:41:35,374 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:41:35,374 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:41:35,378 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:41:35,378 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:41:35,378 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:41:35,378 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:41:35,382 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:41:35,382 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:41:35,385 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:41:35,386 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:41:35,389 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/530aed68-0d96-4a49-9fd1-5de4f898777a ' '/dev/disk/by-id/dm-uuid-LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurEUUdlxrfKvrLwG6kXuw9DRofgi5VUNra ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurEUUdlxrfKvrLwG6kXuw9DRofgi5VUNra', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '530aed68-0d96-4a49-9fd1-5de4f898777a', 'ID_FS_UUID_ENC': '530aed68-0d96-4a49-9fd1-5de4f898777a', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1248573400'} ; 2024-03-01 17:41:35,389 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:41:35,390 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:41:35,394 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:41:35,394 INFO program/MainThread: stderr[43]: 2024-03-01 17:41:35,394 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:41:35,394 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:41:35,397 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:41:35,397 INFO program/MainThread: stderr[44]: 2024-03-01 17:41:35,397 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:41:35,397 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:41:35,400 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:41:35,401 INFO program/MainThread: stderr[45]: 2024-03-01 17:41:35,401 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:41:35,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:35,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:41:35,412 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:35,413 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:41:35,413 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:35,414 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:41:35,409 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe10a6daa58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe10a69b240) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:35,414 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:41:35,418 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:41:35,418 INFO program/MainThread: stderr[46]: 2024-03-01 17:41:35,418 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:41:35,422 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:41:35,426 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:35,426 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:41:35,430 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:35,430 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:41:35,434 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:35,434 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:41:35,437 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:35,437 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:41:35,438 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:41:35,441 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:41:35,441 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:41:35,445 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:41:35,445 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:41:35,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:35,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:35,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C ; incomplete: False ; hidden: False ; 2024-03-01 17:41:35,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:35,458 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:41:35,462 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:41:35,462 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:41:35,466 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:41:35,469 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:41:35,470 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:41:35,473 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:41:35,474 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:41:35,474 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:41:35,477 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:41:35,481 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:41:35,481 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:41:35,485 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:41:35,488 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:41:35,488 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:41:35,492 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:41:35,492 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:41:35,492 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:41:35,493 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:41:35,496 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:41:35,496 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:41:35,500 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:41:35,500 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:41:35,504 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/6eb45222-6db0-4130-822e-bc5fb5d664fa ' '/dev/disk/by-id/dm-uuid-LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurVJLKOkuKl0Wq756K29yzOnwxcMAJzf7C ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurVJLKOkuKl0Wq756K29yzOnwxcMAJzf7C', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6eb45222-6db0-4130-822e-bc5fb5d664fa', 'ID_FS_UUID_ENC': '6eb45222-6db0-4130-822e-bc5fb5d664fa', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1248245889'} ; 2024-03-01 17:41:35,504 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:41:35,504 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:41:35,508 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:41:35,508 INFO program/MainThread: stderr[47]: 2024-03-01 17:41:35,508 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:41:35,508 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:41:35,511 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:41:35,511 INFO program/MainThread: stderr[48]: 2024-03-01 17:41:35,511 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:41:35,511 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:41:35,514 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:41:35,515 INFO program/MainThread: stderr[49]: 2024-03-01 17:41:35,515 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:41:35,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:35,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:41:35,527 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:35,528 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:41:35,528 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:35,529 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:41:35,524 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe10a6c7d30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe10a69b240) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:35,529 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:41:35,533 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:41:35,533 INFO program/MainThread: stderr[50]: 2024-03-01 17:41:35,533 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:41:35,537 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:41:35,541 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:35,541 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:41:35,545 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:35,545 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:41:35,549 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:35,549 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:41:35,552 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:35,552 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:41:35,553 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:41:35,556 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:41:35,556 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:41:35,560 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:41:35,560 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:41:35,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:35,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:35,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:35,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:35,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:41:35,577 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:41:35,577 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:41:35,581 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:41:35,584 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:41:35,585 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:41:35,588 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:41:35,589 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:41:35,589 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:41:35,593 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:41:35,596 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:41:35,597 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:41:35,600 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:41:35,603 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:41:35,604 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:41:35,607 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:41:35,608 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:41:35,608 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:41:35,608 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:41:35,611 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:41:35,612 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:41:35,615 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:41:35,615 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:41:35,619 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurKT2fBJjDQ06doHqzednhigmrCaEZiov1 ' '/dev/disk/by-uuid/8bbfde26-e94b-461b-b840-f1e92e3c3ee2', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurKT2fBJjDQ06doHqzednhigmrCaEZiov1', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8bbfde26-e94b-461b-b840-f1e92e3c3ee2', 'ID_FS_UUID_ENC': '8bbfde26-e94b-461b-b840-f1e92e3c3ee2', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1247936484'} ; 2024-03-01 17:41:35,619 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:41:35,619 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:41:35,623 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:41:35,624 INFO program/MainThread: stderr[51]: 2024-03-01 17:41:35,624 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:41:35,624 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:41:35,627 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:41:35,627 INFO program/MainThread: stderr[52]: 2024-03-01 17:41:35,627 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:41:35,627 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:41:35,630 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:41:35,630 INFO program/MainThread: stderr[53]: 2024-03-01 17:41:35,631 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:41:35,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:35,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:41:35,642 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:35,644 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:41:35,644 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:35,645 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:41:35,639 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe10b833710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe10a69b240) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:35,646 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:41:35,649 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:41:35,649 INFO program/MainThread: stderr[54]: 2024-03-01 17:41:35,649 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:41:35,653 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:41:35,657 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:35,658 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:41:35,661 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:35,661 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:41:35,665 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:35,665 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:41:35,668 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:35,669 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:41:35,669 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:41:35,672 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:41:35,672 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:41:35,676 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:41:35,676 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:41:35,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:35,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:35,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle ; incomplete: False ; hidden: False ; 2024-03-01 17:41:35,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:35,690 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:41:35,694 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:41:35,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:41:35,697 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:41:35,701 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:41:35,701 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:41:35,705 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:41:35,705 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:41:35,705 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:41:35,709 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:41:35,713 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:41:35,713 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:41:35,716 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:41:35,720 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:41:35,720 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:41:35,724 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:41:35,724 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:41:35,725 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:41:35,725 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:41:35,728 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:41:35,728 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:41:35,732 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:41:35,732 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:41:35,736 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurKYKhBC7N2J8a5iZjeVnKjZzQJIRxWDle ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/93369aad-983a-4a9d-b5df-08f498e8a02a ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurKYKhBC7N2J8a5iZjeVnKjZzQJIRxWDle', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '93369aad-983a-4a9d-b5df-08f498e8a02a', 'ID_FS_UUID_ENC': '93369aad-983a-4a9d-b5df-08f498e8a02a', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1247613408'} ; 2024-03-01 17:41:35,736 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:41:35,736 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:41:35,740 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:41:35,740 INFO program/MainThread: stderr[55]: 2024-03-01 17:41:35,740 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:41:35,740 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:41:35,743 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:41:35,743 INFO program/MainThread: stderr[56]: 2024-03-01 17:41:35,743 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:41:35,744 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:41:35,747 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:41:35,747 INFO program/MainThread: stderr[57]: 2024-03-01 17:41:35,747 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:41:35,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:35,755 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:41:35,759 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:35,760 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:35,761 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:35,762 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:35,756 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe10a6647f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe10a69b240) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:35,762 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:41:35,765 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:41:35,766 INFO program/MainThread: stderr[58]: 2024-03-01 17:41:35,766 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:41:35,770 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:41:35,774 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:35,774 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:41:35,778 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:35,778 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:41:35,781 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:35,781 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:41:35,785 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:35,785 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:41:35,785 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:41:35,789 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:41:35,789 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:41:35,793 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:41:35,793 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:41:35,793 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:35,796 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': '27468035'} ; 2024-03-01 17:41:35,796 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:41:35,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:41:35,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:35,808 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:41:35,808 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:41:35,808 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:41:35,809 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:41:35,809 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:41:35,809 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:41:35,812 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:41:35,815 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:41:35,816 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:41:35,819 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:41:35,819 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:41:35,820 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:41:35,820 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe10a670048) -- name = xvda status = True id = 228 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 17:41:35,823 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:41:35,827 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:35,827 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:41:35,830 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:35,831 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:41:35,834 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:35,834 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:41:35,837 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:35,837 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:41:35,841 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:41:35,844 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:41:35,847 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:41:35,853 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 0x7fe10a731908> 2024-03-01 17:41:38,708 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:41:38,712 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:41:38,713 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:41:38,717 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': '27470448'} ; 2024-03-01 17:41:38,717 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:41:38,717 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:41:38,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:38,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:38,728 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:41:38,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:38,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:38,735 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:38,747 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:38,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:41:38,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:41:38,770 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:41:38,774 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:41:38,774 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:41:38,777 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:41:38,781 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:41:38,781 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:41:38,784 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:41:38,785 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:41:38,785 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:41:38,788 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:41:38,791 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:41:38,795 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:41:38,798 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:41:38,801 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:41:38,801 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:41:38,802 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:41:38,802 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:41:38,802 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fe10a683f28) -- name = xvda1 status = True id = 238 children = [] parents = ['existing 250 GiB disk xvda (228) 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 0x7fe10a6889e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:41:38,806 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:41:38,810 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:38,810 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:41:38,814 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:38,814 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:41:38,817 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:38,817 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:41:38,821 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:38,821 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:41:38,821 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:41:38,824 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:41:38,824 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:41:38,827 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:41:38,827 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:41:38,831 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/93369aad-983a-4a9d-b5df-08f498e8a02a ' '/dev/disk/by-id/dm-uuid-LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurKYKhBC7N2J8a5iZjeVnKjZzQJIRxWDle ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurKYKhBC7N2J8a5iZjeVnKjZzQJIRxWDle', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '93369aad-983a-4a9d-b5df-08f498e8a02a', 'ID_FS_UUID_ENC': '93369aad-983a-4a9d-b5df-08f498e8a02a', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1247613408'} ; 2024-03-01 17:41:38,831 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:41:38,831 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:41:38,834 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:41:38,835 INFO program/MainThread: stderr[59]: 2024-03-01 17:41:38,835 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:41:38,835 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:41:38,838 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:41:38,838 INFO program/MainThread: stderr[60]: 2024-03-01 17:41:38,838 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:41:38,838 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:41:38,841 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:41:38,841 INFO program/MainThread: stderr[61]: 2024-03-01 17:41:38,841 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:41:38,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:38,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 17:41:38,853 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:38,854 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:38,855 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:38,856 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:38,850 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe10a6647f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe10a69b240) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:38,857 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:41:38,860 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:41:38,860 INFO program/MainThread: stderr[62]: 2024-03-01 17:41:38,860 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:41:38,864 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:41:38,865 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:41:38,868 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurKT2fBJjDQ06doHqzednhigmrCaEZiov1 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/8bbfde26-e94b-461b-b840-f1e92e3c3ee2', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurKT2fBJjDQ06doHqzednhigmrCaEZiov1', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8bbfde26-e94b-461b-b840-f1e92e3c3ee2', 'ID_FS_UUID_ENC': '8bbfde26-e94b-461b-b840-f1e92e3c3ee2', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1247936484'} ; 2024-03-01 17:41:38,868 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:41:38,869 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:41:38,872 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:41:38,872 INFO program/MainThread: stderr[63]: 2024-03-01 17:41:38,872 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:41:38,872 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:41:38,875 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:41:38,875 INFO program/MainThread: stderr[64]: 2024-03-01 17:41:38,875 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:41:38,875 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:41:38,878 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:41:38,879 INFO program/MainThread: stderr[65]: 2024-03-01 17:41:38,879 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:41:38,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:38,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 17:41:38,890 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:38,891 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:38,892 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:38,893 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:38,887 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe10b833710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe10a69b240) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:38,894 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:41:38,897 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:41:38,897 INFO program/MainThread: stderr[66]: 2024-03-01 17:41:38,897 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:41:38,901 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:41:38,901 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:41:38,904 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurVJLKOkuKl0Wq756K29yzOnwxcMAJzf7C ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/6eb45222-6db0-4130-822e-bc5fb5d664fa ' '/dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurVJLKOkuKl0Wq756K29yzOnwxcMAJzf7C', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6eb45222-6db0-4130-822e-bc5fb5d664fa', 'ID_FS_UUID_ENC': '6eb45222-6db0-4130-822e-bc5fb5d664fa', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1248245889'} ; 2024-03-01 17:41:38,905 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:41:38,905 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:41:38,908 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:41:38,908 INFO program/MainThread: stderr[67]: 2024-03-01 17:41:38,908 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:41:38,908 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:41:38,911 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:41:38,911 INFO program/MainThread: stderr[68]: 2024-03-01 17:41:38,911 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:41:38,912 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:41:38,915 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:41:38,915 INFO program/MainThread: stderr[69]: 2024-03-01 17:41:38,915 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:41:38,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:38,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 17:41:38,926 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:38,928 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:38,928 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:38,929 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:38,923 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe10a6c7d30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe10a69b240) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:38,930 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:41:38,933 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:41:38,933 INFO program/MainThread: stderr[70]: 2024-03-01 17:41:38,933 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:41:38,937 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:41:38,937 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:41:38,941 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/530aed68-0d96-4a49-9fd1-5de4f898777a ' '/dev/disk/by-id/dm-uuid-LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurEUUdlxrfKvrLwG6kXuw9DRofgi5VUNra', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurEUUdlxrfKvrLwG6kXuw9DRofgi5VUNra', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '530aed68-0d96-4a49-9fd1-5de4f898777a', 'ID_FS_UUID_ENC': '530aed68-0d96-4a49-9fd1-5de4f898777a', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1248573400'} ; 2024-03-01 17:41:38,941 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:41:38,941 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:41:38,944 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:41:38,944 INFO program/MainThread: stderr[71]: 2024-03-01 17:41:38,944 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:41:38,944 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:41:38,947 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:41:38,948 INFO program/MainThread: stderr[72]: 2024-03-01 17:41:38,948 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:41:38,948 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:41:38,951 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:41:38,951 INFO program/MainThread: stderr[73]: 2024-03-01 17:41:38,951 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:41:38,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:38,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 17:41:38,962 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:38,963 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:38,964 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:38,965 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:38,959 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe10a6daa58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe10a69b240) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:38,966 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:41:38,969 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:41:38,969 INFO program/MainThread: stderr[74]: 2024-03-01 17:41:38,969 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:41:38,973 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:41:38,973 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:41:38,976 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-uuid/a71b061f-fba7-4644-9d01-545b31d74019 ' '/dev/disk/by-id/dm-uuid-LVM-CXX6qAeqy3ATGI39IjANxDwkJmLgqVkBU5WQyB84w67H00rIDNWX5z4HSU1YiPiX ' '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CXX6qAeqy3ATGI39IjANxDwkJmLgqVkBU5WQyB84w67H00rIDNWX5z4HSU1YiPiX', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a71b061f-fba7-4644-9d01-545b31d74019', 'ID_FS_UUID_ENC': 'a71b061f-fba7-4644-9d01-545b31d74019', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1249525686'} ; 2024-03-01 17:41:38,977 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:41:38,977 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:41:38,980 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:41:38,980 INFO program/MainThread: stderr[75]: 2024-03-01 17:41:38,980 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:41:38,980 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:41:38,983 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:41:38,983 INFO program/MainThread: stderr[76]: 2024-03-01 17:41:38,983 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:41:38,984 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:41:38,987 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:41:38,987 INFO program/MainThread: stderr[77]: 2024-03-01 17:41:38,987 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:41:38,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:38,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 17:41:38,998 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:38,998 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:38,999 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:39,000 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:38,995 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe119748ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe10a6ca4e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:39,000 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:41:39,003 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:41:39,003 INFO program/MainThread: stderr[78]: 2024-03-01 17:41:39,003 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:41:39,007 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:41:39,007 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:41:39,011 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-CXX6qAeqy3ATGI39IjANxDwkJmLgqVkBU3uzT9J6Lg3zU1X6yo7yMwm7ToI65ebN ' '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/cf1c2930-d8a1-4e9e-8124-4cc901ee1fbc', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CXX6qAeqy3ATGI39IjANxDwkJmLgqVkBU3uzT9J6Lg3zU1X6yo7yMwm7ToI65ebN', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cf1c2930-d8a1-4e9e-8124-4cc901ee1fbc', 'ID_FS_UUID_ENC': 'cf1c2930-d8a1-4e9e-8124-4cc901ee1fbc', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1249835153'} ; 2024-03-01 17:41:39,011 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:41:39,011 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:41:39,014 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:41:39,014 INFO program/MainThread: stderr[79]: 2024-03-01 17:41:39,014 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:41:39,014 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:41:39,017 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:41:39,018 INFO program/MainThread: stderr[80]: 2024-03-01 17:41:39,018 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:41:39,018 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:41:39,021 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:41:39,021 INFO program/MainThread: stderr[81]: 2024-03-01 17:41:39,021 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:41:39,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:39,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 17:41:39,032 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:39,033 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:39,033 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:39,034 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:39,029 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe10a6d1f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe10a6ca4e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:39,035 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:41:39,038 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:41:39,038 INFO program/MainThread: stderr[82]: 2024-03-01 17:41:39,038 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:41:39,042 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:41:39,042 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:41:39,045 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-uuid/5a13993d-ba0f-43a7-9add-b3ec74650473 ' '/dev/disk/by-id/dm-uuid-LVM-EQcDGFfIAUh23PRg9uLaOMAoiIk8vHClqVZ4U7BB4xSBf11T3e1KM7JCgjo9t5Ot ' '/dev/mapper/test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-EQcDGFfIAUh23PRg9uLaOMAoiIk8vHClqVZ4U7BB4xSBf11T3e1KM7JCgjo9t5Ot', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5a13993d-ba0f-43a7-9add-b3ec74650473', 'ID_FS_UUID_ENC': '5a13993d-ba0f-43a7-9add-b3ec74650473', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1250716076'} ; 2024-03-01 17:41:39,045 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:41:39,046 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:41:39,049 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:41:39,049 INFO program/MainThread: stderr[83]: 2024-03-01 17:41:39,049 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:41:39,049 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:41:39,052 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:41:39,052 INFO program/MainThread: stderr[84]: 2024-03-01 17:41:39,052 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:41:39,052 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:41:39,055 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:41:39,056 INFO program/MainThread: stderr[85]: 2024-03-01 17:41:39,056 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:41:39,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:39,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 17:41:39,066 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:39,067 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:39,067 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:39,068 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:39,064 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe10a6b0dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe10a729ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:39,069 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:41:39,072 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:41:39,072 INFO program/MainThread: stderr[86]: 2024-03-01 17:41:39,072 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:41:39,076 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:41:39,076 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:41:39,079 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-EQcDGFfIAUh23PRg9uLaOMAoiIk8vHClqqgCoFjlkrelu1m2SFoeZykpDyxXAnxK ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-uuid/735b9ca5-4980-4371-90cf-f0b77e114418 ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-EQcDGFfIAUh23PRg9uLaOMAoiIk8vHClqqgCoFjlkrelu1m2SFoeZykpDyxXAnxK', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '735b9ca5-4980-4371-90cf-f0b77e114418', 'ID_FS_UUID_ENC': '735b9ca5-4980-4371-90cf-f0b77e114418', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1251026807'} ; 2024-03-01 17:41:39,079 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:41:39,080 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:41:39,083 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:41:39,083 INFO program/MainThread: stderr[87]: 2024-03-01 17:41:39,083 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:41:39,083 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:41:39,086 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:41:39,086 INFO program/MainThread: stderr[88]: 2024-03-01 17:41:39,086 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:41:39,087 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:41:39,089 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:41:39,090 INFO program/MainThread: stderr[89]: 2024-03-01 17:41:39,090 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:41:39,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:39,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:41:39,100 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:39,101 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:39,101 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:39,102 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:39,098 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe10a6b0f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7fe10a729ac8) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:39,103 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:41:39,106 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:41:39,106 INFO program/MainThread: stderr[90]: 2024-03-01 17:41:39,106 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:41:39,110 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:41:39,110 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:41:39,110 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:39,122 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:39,138 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:41:39,139 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:41:39,143 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 17:41:39,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:39,150 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 17:41:39,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:41:39,153 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:41:39,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:41:39,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:39,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:41:39,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:41:39,166 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:41:39,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:41:39,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:39,175 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 17:41:39,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:41:39,178 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:41:39,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:41:39,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:39,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:41:39,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:41:39,191 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:41:39,194 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 17:41:39,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:39,200 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 17:41:39,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:41:39,203 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 17:41:39,206 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 17:41:39,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:39,212 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 17:41:39,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:41:39,216 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:41:43,890 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_s40cnx5n/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:41:43,926 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:41:43,926 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:41:43,930 INFO program/MainThread: stdout[2]: 2024-03-01 17:41:43,930 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 17:41:43,930 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:41:43,930 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:41:43,934 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:43,935 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:41:43,938 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:41:43,938 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:41:43,942 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:41:43,942 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:41:43,945 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:41:43,945 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:41:43,956 INFO program/MainThread: stdout: 2024-03-01 17:41:43,956 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:41:43,956 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL 2024-03-01 17:41:43,956 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5a13993d-ba0f-43a7-9add-b3ec74650473 2024-03-01 17:41:43,956 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a 2024-03-01 17:41:43,956 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5a13993d-ba0f-43a7-9add-b3ec74650473 2024-03-01 17:41:43,956 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 735b9ca5-4980-4371-90cf-f0b77e114418 2024-03-01 17:41:43,956 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br 2024-03-01 17:41:43,956 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 2024-03-01 17:41:43,956 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs a71b061f-fba7-4644-9d01-545b31d74019 2024-03-01 17:41:43,956 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs cf1c2930-d8a1-4e9e-8124-4cc901ee1fbc 2024-03-01 17:41:43,956 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV 2024-03-01 17:41:43,956 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW 2024-03-01 17:41:43,957 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0 2024-03-01 17:41:43,957 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 93369aad-983a-4a9d-b5df-08f498e8a02a 2024-03-01 17:41:43,957 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 8bbfde26-e94b-461b-b840-f1e92e3c3ee2 2024-03-01 17:41:43,957 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 6eb45222-6db0-4130-822e-bc5fb5d664fa 2024-03-01 17:41:43,957 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 2024-03-01 17:41:43,957 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 6eb45222-6db0-4130-822e-bc5fb5d664fa 2024-03-01 17:41:43,957 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 2024-03-01 17:41:43,957 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 530aed68-0d96-4a49-9fd1-5de4f898777a 2024-03-01 17:41:43,957 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H 2024-03-01 17:41:43,957 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 530aed68-0d96-4a49-9fd1-5de4f898777a 2024-03-01 17:41:43,957 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:41:43,957 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:41:43,957 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:41:43,957 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:41:43,957 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:43,957 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5a13993d-ba0f-43a7-9add-b3ec74650473 sdb 1073741824 root disk brw-rw---- LVM2_member WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5a13993d-ba0f-43a7-9add-b3ec74650473 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 735b9ca5-4980-4371-90cf-f0b77e114418 sdc 1073741824 root disk brw-rw---- LVM2_member UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br sdd 1073741824 root disk brw-rw---- LVM2_member fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 |-test_vg2-lv4 641728512 root disk brw-rw---- xfs a71b061f-fba7-4644-9d01-545b31d74019 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs cf1c2930-d8a1-4e9e-8124-4cc901ee1fbc sde 1073741824 root disk brw-rw---- LVM2_member nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV sdf 1073741824 root disk brw-rw---- LVM2_member h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW sdg 1073741824 root disk brw-rw---- LVM2_member k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0 |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 93369aad-983a-4a9d-b5df-08f498e8a02a |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 8bbfde26-e94b-461b-b840-f1e92e3c3ee2 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 6eb45222-6db0-4130-822e-bc5fb5d664fa sdh 1073741824 root disk brw-rw---- LVM2_member pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 6eb45222-6db0-4130-822e-bc5fb5d664fa sdi 1073741824 root disk brw-rw---- LVM2_member S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 530aed68-0d96-4a49-9fd1-5de4f898777a sdj 1073741824 root disk brw-rw---- LVM2_member tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 530aed68-0d96-4a49-9fd1-5de4f898777a 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 17:41:43,957 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:41:43,957 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:41:43,958 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:41:43,958 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:41:43,958 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:41:43,958 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:41:43,958 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:43,968 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:43,983 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg3-lv8', 'test_vg3-lv7', 'test_vg3-lv6', 'test_vg3-lv5', 'test_vg2-lv4', 'test_vg2-lv3', 'test_vg1-lv2', 'test_vg1-lv1'] 2024-03-01 17:41:43,988 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58 ' '/dev/disk/by-id/lvm-pv-uuid-G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL ' '/dev/disk/by-id/scsi-36001405efaa722eff094890a3724a541 ' '/dev/disk/by-id/wwn-0x6001405efaa722eff094890a3724a541', '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': 'G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL', 'ID_FS_UUID_ENC': 'G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL', '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': 'efaa722e-ff09-4890-a372-4a541b712f58', 'ID_SERIAL': '36001405efaa722eff094890a3724a541', 'ID_SERIAL_SHORT': '6001405efaa722eff094890a3724a541', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405efaa722ef', 'ID_WWN_VENDOR_EXTENSION': '0xf094890a3724a541', 'ID_WWN_WITH_EXTENSION': '0x6001405efaa722eff094890a3724a541', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405efaa722eff094890a3724a541', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'efaa722e-ff09-4890-a372-4a541b712f58', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553680105'} ; 2024-03-01 17:41:43,988 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 17:41:43,988 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 17:41:44,023 INFO program/MainThread: stdout[3]: 2024-03-01 17:41:44,023 INFO program/MainThread: stderr[3]: 2024-03-01 17:41:44,023 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:41:44,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:41:44,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:44,036 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:41:44,041 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:41:44,041 INFO blivet/MainThread: sda is a disk 2024-03-01 17:41:44,041 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:41:44,042 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:41:44,045 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:41:44,049 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:41:44,049 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 17:41:44,052 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 17:41:44,053 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:41:44,053 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:41:44,053 INFO blivet/MainThread: got device: DiskDevice instance (0x7efe91a06cf8) -- 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 = 6001405efaa722eff094890a3724a541 2024-03-01 17:41:44,057 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:41:44,061 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:44,061 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:41:44,064 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:44,065 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:41:44,068 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:44,068 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:41:44,072 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:44,072 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:41:44,075 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:41:44,075 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:41:44,075 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 17:41:44,103 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:41:44,103 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a. WARNING: Couldn't find device with uuid UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br. WARNING: VG test_vg1 is missing PV WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:41:44,103 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:41:44,104 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:41:44,108 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL ; label: None ; device: /dev/sda ; serial: 36001405efaa722eff094890a3724a541 ; exists: True ; vg_name: test_vg1 ; vg_uuid: EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl ; pe_start: 8 MiB ; 2024-03-01 17:41:44,108 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:41:44,112 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:41:44,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl ; incomplete: True ; hidden: False ; 2024-03-01 17:41:44,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:44,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:44,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:44,125 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 17:41:44,152 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:41:44,153 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a. WARNING: Couldn't find device with uuid UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br. WARNING: VG test_vg1 is missing PV WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:41:44,153 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:41:44,153 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:41:44,153 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:41:44,160 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:41:44,164 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:41:44,164 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:41:44,168 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:41:44,168 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 17:41:44,195 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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 17:41:44,195 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a. WARNING: Couldn't find device with uuid UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br. WARNING: VG test_vg1 is missing PV WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv2 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 17:41:44,195 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:41:44,200 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:41:44,201 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:41:44,204 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:41:44,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl ; incomplete: True ; hidden: False ; 2024-03-01 17:41:44,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:41:44,210 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:41:44,210 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:44,214 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/scsi-36001405814a177f25a64e11afedc6396 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18 ' '/dev/disk/by-id/lvm-pv-uuid-WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a ' '/dev/disk/by-id/wwn-0x6001405814a177f25a64e11afedc6396', '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': 'WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a', 'ID_FS_UUID_ENC': 'WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a', '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': '814a177f-25a6-4e11-afed-c63961dc9b18', 'ID_SERIAL': '36001405814a177f25a64e11afedc6396', 'ID_SERIAL_SHORT': '6001405814a177f25a64e11afedc6396', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405814a177f2', 'ID_WWN_VENDOR_EXTENSION': '0x5a64e11afedc6396', 'ID_WWN_WITH_EXTENSION': '0x6001405814a177f25a64e11afedc6396', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405814a177f25a64e11afedc6396', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '814a177f-25a6-4e11-afed-c63961dc9b18', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553642513'} ; 2024-03-01 17:41:44,214 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 17:41:44,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:41:44,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:44,225 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:41:44,225 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:41:44,226 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:41:44,226 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:41:44,229 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:41:44,232 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:41:44,232 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 17:41:44,236 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 17:41:44,236 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:41:44,236 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:41:44,236 INFO blivet/MainThread: got device: DiskDevice instance (0x7efe90875320) -- 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 = 6001405814a177f25a64e11afedc6396 2024-03-01 17:41:44,240 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:41:44,244 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:44,244 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:41:44,247 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:44,247 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:41:44,251 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:44,251 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:41:44,254 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:44,254 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:41:44,257 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:41:44,257 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:41:44,258 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 17:41:44,284 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:41:44,285 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br. WARNING: VG test_vg1 is missing PV UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br (last written to /dev/sdc). 2024-03-01 17:41:44,285 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:41:44,285 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:41:44,289 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a ; label: None ; device: /dev/sdb ; serial: 36001405814a177f25a64e11afedc6396 ; exists: True ; vg_name: test_vg1 ; vg_uuid: EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:41:44,290 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:41:44,293 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:41:44,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl ; incomplete: True ; hidden: False ; 2024-03-01 17:41:44,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:41:44,303 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:41:44,306 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:41:44,309 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:41:44,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl ; incomplete: True ; hidden: False ; 2024-03-01 17:41:44,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:41:44,316 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 17:41:44,345 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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 17:41:44,346 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br. WARNING: VG test_vg1 is missing PV UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br (last written to /dev/sdc). 2024-03-01 17:41:44,346 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:41:44,346 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:41:44,346 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:44,351 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_e9efc533-ee3b-4c7e-ac8f-050a0c399b06 ' '/dev/disk/by-id/scsi-36001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/wwn-0x6001405e9efc533ee3b4c7eac8f050a0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', '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': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'ID_SERIAL': '36001405e9efc533ee3b4c7eac8f050a0', 'ID_SERIAL_SHORT': '6001405e9efc533ee3b4c7eac8f050a0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9efc533e', 'ID_WWN_VENDOR_EXTENSION': '0xe3b4c7eac8f050a0', 'ID_WWN_WITH_EXTENSION': '0x6001405e9efc533ee3b4c7eac8f050a0', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9efc533ee3b4c7eac8f050a0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9efc533-ee3b-4c7e-ac8f-050a0c399b06', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554410183'} ; 2024-03-01 17:41:44,351 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 17:41:44,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:41:44,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:44,361 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:41:44,362 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:41:44,362 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:41:44,362 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:41:44,366 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:41:44,369 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:41:44,369 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 17:41:44,372 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 17:41:44,373 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:41:44,373 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:41:44,373 INFO blivet/MainThread: got device: DiskDevice instance (0x7efe90875c88) -- 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 = 6001405e9efc533ee3b4c7eac8f050a0 2024-03-01 17:41:44,377 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:41:44,377 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:41:44,380 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824 ' '/dev/disk/by-id/scsi-3600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/wwn-0x600140534a08b126eae4759adccd8710 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_34a08b12-6eae-4759-adcc-d871099ab824', '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': '34a08b12-6eae-4759-adcc-d871099ab824', 'ID_SERIAL': '3600140534a08b126eae4759adccd8710', 'ID_SERIAL_SHORT': '600140534a08b126eae4759adccd8710', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140534a08b126', 'ID_WWN_VENDOR_EXTENSION': '0xeae4759adccd8710', 'ID_WWN_WITH_EXTENSION': '0x600140534a08b126eae4759adccd8710', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140534a08b126eae4759adccd8710', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '34a08b12-6eae-4759-adcc-d871099ab824', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '554557111'} ; 2024-03-01 17:41:44,381 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 17:41:44,384 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:41:44,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:44,391 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:41:44,391 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:41:44,391 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:41:44,392 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:41:44,395 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:41:44,398 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:41:44,398 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 17:41:44,401 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 17:41:44,402 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:41:44,402 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:41:44,402 INFO blivet/MainThread: got device: DiskDevice instance (0x7efe90882cf8) -- 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 = 600140534a08b126eae4759adccd8710 2024-03-01 17:41:44,406 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:41:44,406 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:41:44,409 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br ' '/dev/disk/by-id/scsi-360014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/wwn-0x60014055ae7217664324061aa4a87442 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_5ae72176-6432-4061-aa4a-87442d37ec92', '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': 'UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br', 'ID_FS_UUID_ENC': 'UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br', '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': '5ae72176-6432-4061-aa4a-87442d37ec92', 'ID_SERIAL': '360014055ae7217664324061aa4a87442', 'ID_SERIAL_SHORT': '60014055ae7217664324061aa4a87442', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055ae721766', 'ID_WWN_VENDOR_EXTENSION': '0x4324061aa4a87442', 'ID_WWN_WITH_EXTENSION': '0x60014055ae7217664324061aa4a87442', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055ae7217664324061aa4a87442', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5ae72176-6432-4061-aa4a-87442d37ec92', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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': '553687452'} ; 2024-03-01 17:41:44,409 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 17:41:44,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:41:44,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:44,420 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:41:44,420 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:41:44,420 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:41:44,420 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:41:44,423 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:41:44,427 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:41:44,427 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 17:41:44,430 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 17:41:44,431 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:41:44,431 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:41:44,431 INFO blivet/MainThread: got device: DiskDevice instance (0x7efe9088a2e8) -- 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 = 60014055ae7217664324061aa4a87442 2024-03-01 17:41:44,435 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:41:44,438 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:44,438 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:41:44,442 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:44,442 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:41:44,445 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:44,445 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:41:44,449 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:44,449 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:41:44,452 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:41:44,452 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:41:44,452 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/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:44,479 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 2024-03-01 17:41:44,479 INFO program/MainThread: stderr[9]: 2024-03-01 17:41:44,480 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:41:44,480 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:41:44,484 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br ; label: None ; device: /dev/sdc ; serial: 360014055ae7217664324061aa4a87442 ; exists: True ; vg_name: test_vg1 ; vg_uuid: EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:41:44,484 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:41:44,488 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:41:44,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl ; incomplete: True ; hidden: False ; 2024-03-01 17:41:44,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:41:44,498 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:41:44,501 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:41:44,504 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:41:44,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl ; incomplete: True ; hidden: False ; 2024-03-01 17:41:44,511 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:41:44,511 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/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:44,542 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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 17:41:44,542 INFO program/MainThread: stderr[10]: 2024-03-01 17:41:44,542 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:41:44,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:44,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:44,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK ; incomplete: False ; hidden: False ; 2024-03-01 17:41:44,556 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:44,556 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:41:44,560 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:41:44,561 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:41:44,564 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:41:44,568 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:41:44,568 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:41:44,572 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:41:44,572 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:41:44,573 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:41:44,577 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:41:44,581 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:41:44,581 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:41:44,584 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:41:44,588 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:41:44,588 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:41:44,592 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:41:44,592 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:41:44,592 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:41:44,592 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:41:44,596 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:41:44,596 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:41:44,599 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-7 ; 2024-03-01 17:41:44,600 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:41:44,603 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/735b9ca5-4980-4371-90cf-f0b77e114418 ' '/dev/disk/by-id/dm-uuid-LVM-EQcDGFfIAUh23PRg9uLaOMAoiIk8vHClqqgCoFjlkrelu1m2SFoeZykpDyxXAnxK ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-EQcDGFfIAUh23PRg9uLaOMAoiIk8vHClqqgCoFjlkrelu1m2SFoeZykpDyxXAnxK', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '735b9ca5-4980-4371-90cf-f0b77e114418', 'ID_FS_UUID_ENC': '735b9ca5-4980-4371-90cf-f0b77e114418', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1251026807'} ; 2024-03-01 17:41:44,603 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:41:44,604 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:41:44,608 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:41:44,608 INFO program/MainThread: stderr[11]: 2024-03-01 17:41:44,608 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:41:44,608 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:41:44,611 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:41:44,611 INFO program/MainThread: stderr[12]: 2024-03-01 17:41:44,611 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:41:44,612 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:41:44,615 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:41:44,615 INFO program/MainThread: stderr[13]: 2024-03-01 17:41:44,615 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:41:44,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:44,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:41:44,626 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:44,627 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:41:44,627 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:44,628 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:41:44,623 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 2.53 GiB free extents = 647 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 460 MiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:44,628 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:41:44,632 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:41:44,632 INFO program/MainThread: stderr[14]: 2024-03-01 17:41:44,632 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:41:44,637 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:41:44,641 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:44,641 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:41:44,645 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:44,645 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:41:44,649 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:44,649 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:41:44,652 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:44,652 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:41:44,654 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:41:44,654 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:41:44,658 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:41:44,658 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:41:44,662 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:41:44,662 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:41:44,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:44,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:44,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot ; incomplete: False ; hidden: False ; 2024-03-01 17:41:44,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:44,676 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:41:44,679 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:41:44,680 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:41:44,683 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:41:44,687 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:41:44,687 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:41:44,691 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:41:44,691 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:41:44,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:41:44,695 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:41:44,698 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:41:44,699 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:41:44,702 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:41:44,706 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:41:44,706 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:41:44,709 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:41:44,710 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:41:44,710 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:41:44,710 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:41:44,713 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:41:44,714 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:41:44,717 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: /sys/devices/virtual/block/dm-6 ; 2024-03-01 17:41:44,717 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:41:44,721 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/5a13993d-ba0f-43a7-9add-b3ec74650473 ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-EQcDGFfIAUh23PRg9uLaOMAoiIk8vHClqVZ4U7BB4xSBf11T3e1KM7JCgjo9t5Ot', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-EQcDGFfIAUh23PRg9uLaOMAoiIk8vHClqVZ4U7BB4xSBf11T3e1KM7JCgjo9t5Ot', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5a13993d-ba0f-43a7-9add-b3ec74650473', 'ID_FS_UUID_ENC': '5a13993d-ba0f-43a7-9add-b3ec74650473', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1250716076'} ; 2024-03-01 17:41:44,721 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:41:44,721 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:41:44,725 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:41:44,726 INFO program/MainThread: stderr[15]: 2024-03-01 17:41:44,726 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:41:44,726 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:41:44,729 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:41:44,729 INFO program/MainThread: stderr[16]: 2024-03-01 17:41:44,729 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:41:44,729 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:41:44,732 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:41:44,732 INFO program/MainThread: stderr[17]: 2024-03-01 17:41:44,733 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:41:44,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:44,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:41:44,743 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:44,744 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:44,744 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:44,745 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:44,741 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58)'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:44,746 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:41:44,749 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:41:44,749 INFO program/MainThread: stderr[18]: 2024-03-01 17:41:44,749 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:41:44,753 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:41:44,757 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:44,757 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:41:44,761 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:44,761 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:41:44,765 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:44,765 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:41:44,769 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:44,769 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:41:44,769 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:41:44,772 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:41:44,772 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:41:44,776 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:41:44,776 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:41:44,776 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:44,780 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/scsi-36001405c27a45f8aba9459eaec661889 ' '/dev/disk/by-id/lvm-pv-uuid-fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_c27a45f8-aba9-459e-aec6-61889cb9e23b ' '/dev/disk/by-id/wwn-0x6001405c27a45f8aba9459eaec661889', '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_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2', 'ID_FS_UUID_ENC': 'fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2', 'ID_FS_VERSION': 'LVM2 001', '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': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'ID_SERIAL': '36001405c27a45f8aba9459eaec661889', 'ID_SERIAL_SHORT': '6001405c27a45f8aba9459eaec661889', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c27a45f8a', 'ID_WWN_VENDOR_EXTENSION': '0xba9459eaec661889', 'ID_WWN_WITH_EXTENSION': '0x6001405c27a45f8aba9459eaec661889', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c27a45f8aba9459eaec661889', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c27a45f8-aba9-459e-aec6-61889cb9e23b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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', 'SYSTEMD_ALIAS': '/dev/block/8:48', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:48.service', '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': '553818765'} ; 2024-03-01 17:41:44,780 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 17:41:44,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:41:44,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:44,791 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:41:44,791 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:41:44,792 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:41:44,792 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:41:44,795 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:41:44,798 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:41:44,798 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 17:41:44,802 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 17:41:44,802 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:41:44,802 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:41:44,803 INFO blivet/MainThread: got device: DiskDevice instance (0x7efe9089b0b8) -- name = sdd status = True id = 72 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 = 6001405c27a45f8aba9459eaec661889 2024-03-01 17:41:44,806 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:41:44,810 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:44,810 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:41:44,813 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:44,813 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:41:44,817 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:44,817 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:41:44,820 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:44,820 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:41:44,823 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:41:44,823 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:41:44,824 INFO program/MainThread: Running [19] 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$|","a|/dev/sdc$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:44,850 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:41:44,851 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV. WARNING: Couldn't find device with uuid h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW. WARNING: VG test_vg2 is missing PV nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV (last written to /dev/sde). WARNING: VG test_vg2 is missing PV h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW (last written to /dev/sdf). 2024-03-01 17:41:44,851 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:41:44,851 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:41:44,855 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 ; label: None ; device: /dev/sdd ; serial: 36001405c27a45f8aba9459eaec661889 ; exists: True ; vg_name: test_vg2 ; vg_uuid: CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:41:44,856 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:41:44,859 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:41:44,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB ; incomplete: True ; hidden: False ; 2024-03-01 17:41:44,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:44,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:44,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:44,872 INFO program/MainThread: Running [20] 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/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:44,901 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:41:44,901 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV. WARNING: Couldn't find device with uuid h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW. WARNING: VG test_vg2 is missing PV nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV (last written to /dev/sde). WARNING: VG test_vg2 is missing PV h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW (last written to /dev/sdf). 2024-03-01 17:41:44,901 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:41:44,901 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:41:44,902 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:41:44,907 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:41:44,910 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:41:44,910 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:41:44,914 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:41:44,914 INFO program/MainThread: Running [21] 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$|","a|/dev/sdc$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:44,944 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN LVM2_LV_SIZE=322961408 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_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX LVM2_LV_SIZE=641728512 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 17:41:44,944 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV. WARNING: Couldn't find device with uuid h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW. WARNING: VG test_vg2 is missing PV nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV (last written to /dev/sde). WARNING: VG test_vg2 is missing PV h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW (last written to /dev/sdf). 2024-03-01 17:41:44,944 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:41:44,949 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:41:44,949 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:41:44,952 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:41:44,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB ; incomplete: True ; hidden: False ; 2024-03-01 17:41:44,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:41:44,959 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:41:44,959 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:44,963 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/wwn-0x6001405c1027c213a764bf5bd25530eb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef ' '/dev/disk/by-id/lvm-pv-uuid-nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c1027c21-3a76-4bf5-bd25-530ebc3febef', '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_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV', 'ID_FS_UUID_ENC': 'nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV', 'ID_FS_VERSION': 'LVM2 001', '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': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'ID_SERIAL': '36001405c1027c213a764bf5bd25530eb', 'ID_SERIAL_SHORT': '6001405c1027c213a764bf5bd25530eb', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c1027c213', 'ID_WWN_VENDOR_EXTENSION': '0xa764bf5bd25530eb', 'ID_WWN_WITH_EXTENSION': '0x6001405c1027c213a764bf5bd25530eb', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c1027c213a764bf5bd25530eb', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c1027c21-3a76-4bf5-bd25-530ebc3febef', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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', 'SYSTEMD_ALIAS': '/dev/block/8:64', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:64.service', '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': '553915840'} ; 2024-03-01 17:41:44,963 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 17:41:44,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:41:44,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:44,974 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:41:44,974 INFO blivet/MainThread: sde is a disk 2024-03-01 17:41:44,975 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:41:44,975 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:41:44,978 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:41:44,981 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:41:44,982 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 17:41:44,985 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 17:41:44,985 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:41:44,986 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:41:44,986 INFO blivet/MainThread: got device: DiskDevice instance (0x7efe908a4780) -- name = sde status = True id = 86 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 = 6001405c1027c213a764bf5bd25530eb 2024-03-01 17:41:44,989 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:41:44,993 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:44,993 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:41:44,996 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:44,996 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:41:45,000 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:45,000 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:41:45,003 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:45,003 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:41:45,006 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:41:45,006 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:41:45,007 INFO program/MainThread: Running [22] 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/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:45,037 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:41:45,037 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW. WARNING: VG test_vg2 is missing PV h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW (last written to /dev/sdf). 2024-03-01 17:41:45,037 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:41:45,038 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:41:45,042 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV ; label: None ; device: /dev/sde ; serial: 36001405c1027c213a764bf5bd25530eb ; exists: True ; vg_name: test_vg2 ; vg_uuid: CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:41:45,042 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:41:45,046 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:41:45,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB ; incomplete: True ; hidden: False ; 2024-03-01 17:41:45,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:41:45,056 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:41:45,059 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:41:45,062 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:41:45,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB ; incomplete: True ; hidden: False ; 2024-03-01 17:41:45,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:41:45,069 INFO program/MainThread: Running [23] 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/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:45,095 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN LVM2_LV_SIZE=322961408 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_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX LVM2_LV_SIZE=641728512 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 17:41:45,095 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW. WARNING: VG test_vg2 is missing PV h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW (last written to /dev/sdf). 2024-03-01 17:41:45,095 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:41:45,095 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:41:45,096 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:45,100 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_0930e1ea-a17e-4657-a016-011c8ebd700b ' '/dev/disk/by-id/scsi-360014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/wwn-0x60014050930e1eaa17e4657a016011c8 ' '/dev/disk/by-id/lvm-pv-uuid-h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW', '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_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW', 'ID_FS_UUID_ENC': 'h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW', 'ID_FS_VERSION': 'LVM2 001', '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': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'ID_SERIAL': '360014050930e1eaa17e4657a016011c8', 'ID_SERIAL_SHORT': '60014050930e1eaa17e4657a016011c8', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014050930e1eaa', 'ID_WWN_VENDOR_EXTENSION': '0x17e4657a016011c8', 'ID_WWN_WITH_EXTENSION': '0x60014050930e1eaa17e4657a016011c8', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014050930e1eaa17e4657a016011c8', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '0930e1ea-a17e-4657-a016-011c8ebd700b', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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', 'SYSTEMD_ALIAS': '/dev/block/8:80', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:80.service', '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': '553931708'} ; 2024-03-01 17:41:45,100 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 17:41:45,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:41:45,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:45,112 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:41:45,112 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:41:45,112 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:41:45,113 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:41:45,116 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:41:45,119 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:41:45,119 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 17:41:45,123 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 17:41:45,123 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:41:45,124 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:41:45,124 INFO blivet/MainThread: got device: DiskDevice instance (0x7efe908a4908) -- name = sdf status = True id = 96 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 = 60014050930e1eaa17e4657a016011c8 2024-03-01 17:41:45,127 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:41:45,131 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:45,131 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:41:45,134 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:45,135 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:41:45,138 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:45,138 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:41:45,142 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:45,142 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:41:45,145 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:41:45,145 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:41:45,145 INFO program/MainThread: Running [24] 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/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:45,174 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 2024-03-01 17:41:45,174 INFO program/MainThread: stderr[24]: 2024-03-01 17:41:45,174 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:41:45,174 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:41:45,179 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW ; label: None ; device: /dev/sdf ; serial: 360014050930e1eaa17e4657a016011c8 ; exists: True ; vg_name: test_vg2 ; vg_uuid: CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:41:45,179 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:41:45,182 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:41:45,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB ; incomplete: True ; hidden: False ; 2024-03-01 17:41:45,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:41:45,192 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:41:45,196 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:41:45,199 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:41:45,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB ; incomplete: True ; hidden: False ; 2024-03-01 17:41:45,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:41:45,206 INFO program/MainThread: Running [25] 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/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:45,233 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN LVM2_LV_SIZE=322961408 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_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX LVM2_LV_SIZE=641728512 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 17:41:45,234 INFO program/MainThread: stderr[25]: 2024-03-01 17:41:45,234 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:41:45,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:45,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:45,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN ; incomplete: False ; hidden: False ; 2024-03-01 17:41:45,248 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:45,249 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:41:45,252 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:41:45,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:41:45,256 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:41:45,260 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:41:45,260 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:41:45,264 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:41:45,264 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:41:45,264 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:41:45,268 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:41:45,272 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:41:45,272 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:41:45,275 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:41:45,279 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:41:45,279 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:41:45,283 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:41:45,283 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:41:45,283 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:41:45,283 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:41:45,287 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:41:45,287 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:41:45,290 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: /sys/devices/virtual/block/dm-5 ; 2024-03-01 17:41:45,291 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:41:45,295 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-CXX6qAeqy3ATGI39IjANxDwkJmLgqVkBU3uzT9J6Lg3zU1X6yo7yMwm7ToI65ebN ' '/dev/mapper/test_vg2-lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/cf1c2930-d8a1-4e9e-8124-4cc901ee1fbc ' '/dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CXX6qAeqy3ATGI39IjANxDwkJmLgqVkBU3uzT9J6Lg3zU1X6yo7yMwm7ToI65ebN', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cf1c2930-d8a1-4e9e-8124-4cc901ee1fbc', 'ID_FS_UUID_ENC': 'cf1c2930-d8a1-4e9e-8124-4cc901ee1fbc', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1249835153'} ; 2024-03-01 17:41:45,295 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:41:45,295 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:41:45,299 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:41:45,299 INFO program/MainThread: stderr[26]: 2024-03-01 17:41:45,299 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:41:45,299 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:41:45,302 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:41:45,303 INFO program/MainThread: stderr[27]: 2024-03-01 17:41:45,303 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:41:45,303 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:41:45,306 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:41:45,306 INFO program/MainThread: stderr[28]: 2024-03-01 17:41:45,306 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:41:45,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:45,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:41:45,317 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:45,317 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:41:45,318 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:45,318 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:41:45,314 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.68 GiB free extents = 685 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105)'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:45,319 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:41:45,322 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:41:45,323 INFO program/MainThread: stderr[29]: 2024-03-01 17:41:45,323 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:41:45,327 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:41:45,332 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:45,332 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:41:45,336 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:45,336 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:41:45,339 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:45,340 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:41:45,343 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:45,343 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:41:45,344 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:41:45,347 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:41:45,347 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:41:45,351 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:41:45,351 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:41:45,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:45,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:45,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX ; incomplete: False ; hidden: False ; 2024-03-01 17:41:45,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:45,374 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:41:45,378 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:41:45,378 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:41:45,382 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:41:45,385 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:41:45,386 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:41:45,389 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:41:45,390 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:41:45,390 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:41:45,393 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:41:45,397 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:41:45,397 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:41:45,401 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:41:45,404 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:41:45,405 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:41:45,408 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:41:45,409 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:41:45,409 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:41:45,409 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:41:45,412 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:41:45,413 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:41:45,416 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:41:45,417 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:41:45,420 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-CXX6qAeqy3ATGI39IjANxDwkJmLgqVkBU5WQyB84w67H00rIDNWX5z4HSU1YiPiX ' '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/a71b061f-fba7-4644-9d01-545b31d74019', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CXX6qAeqy3ATGI39IjANxDwkJmLgqVkBU5WQyB84w67H00rIDNWX5z4HSU1YiPiX', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a71b061f-fba7-4644-9d01-545b31d74019', 'ID_FS_UUID_ENC': 'a71b061f-fba7-4644-9d01-545b31d74019', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1249525686'} ; 2024-03-01 17:41:45,420 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:41:45,421 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:41:45,425 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:41:45,425 INFO program/MainThread: stderr[30]: 2024-03-01 17:41:45,425 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:41:45,425 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:41:45,428 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:41:45,428 INFO program/MainThread: stderr[31]: 2024-03-01 17:41:45,428 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:41:45,428 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:41:45,431 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:41:45,432 INFO program/MainThread: stderr[32]: 2024-03-01 17:41:45,432 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:41:45,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:45,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:41:45,443 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:45,444 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:45,444 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:45,445 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:45,440 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118)'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:45,445 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:41:45,449 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:41:45,449 INFO program/MainThread: stderr[33]: 2024-03-01 17:41:45,449 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:41:45,453 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:41:45,457 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:45,457 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:41:45,461 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:45,461 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:41:45,464 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:45,465 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:41:45,468 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:45,469 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:41:45,469 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:41:45,472 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:41:45,472 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:41:45,476 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:41:45,476 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:41:45,476 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:45,480 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0 ' '/dev/disk/by-id/scsi-36001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae ' '/dev/disk/by-id/wwn-0x6001405ab5e6fa5f0034a27a5c146d75 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', '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_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0', 'ID_FS_UUID_ENC': 'k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0', 'ID_FS_VERSION': 'LVM2 001', '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': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'ID_SERIAL': '36001405ab5e6fa5f0034a27a5c146d75', 'ID_SERIAL_SHORT': '6001405ab5e6fa5f0034a27a5c146d75', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab5e6fa5f', 'ID_WWN_VENDOR_EXTENSION': '0x0034a27a5c146d75', 'ID_WWN_WITH_EXTENSION': '0x6001405ab5e6fa5f0034a27a5c146d75', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab5e6fa5f0034a27a5c146d75', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab5e6fa5-f003-4a27-a5c1-46d75d1e2fae', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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', 'SYSTEMD_ALIAS': '/dev/block/8:96', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:96.service', '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': '554010565'} ; 2024-03-01 17:41:45,480 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 17:41:45,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:41:45,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:45,491 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:41:45,492 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:41:45,492 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:41:45,492 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:41:45,495 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:41:45,499 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:41:45,499 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 17:41:45,502 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 17:41:45,503 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:41:45,503 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:41:45,503 INFO blivet/MainThread: got device: DiskDevice instance (0x7efe9088a080) -- name = sdg status = True id = 132 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 = 6001405ab5e6fa5f0034a27a5c146d75 2024-03-01 17:41:45,507 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:41:45,511 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:45,511 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:41:45,514 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:45,514 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:41:45,517 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:45,518 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:41:45,521 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:45,521 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:41:45,524 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:41:45,524 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:41:45,524 INFO program/MainThread: Running [34] 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/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:45,557 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:41:45,557 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0. WARNING: Couldn't find device with uuid S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0. WARNING: Couldn't find device with uuid tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H. WARNING: VG test_vg3 is missing PV pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:41:45,557 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:41:45,557 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:41:45,562 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0 ; label: None ; device: /dev/sdg ; serial: 36001405ab5e6fa5f0034a27a5c146d75 ; exists: True ; vg_name: test_vg3 ; vg_uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:41:45,562 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:41:45,565 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:41:45,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; incomplete: True ; hidden: False ; 2024-03-01 17:41:45,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:45,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:45,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:45,579 INFO program/MainThread: Running [35] 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/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:45,609 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:41:45,609 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0. WARNING: Couldn't find device with uuid S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0. WARNING: Couldn't find device with uuid tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H. WARNING: VG test_vg3 is missing PV pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:41:45,609 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:41:45,609 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:41:45,610 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:41:45,615 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:41:45,619 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:41:45,619 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:41:45,622 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:41:45,623 INFO program/MainThread: Running [36] 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/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:45,654 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN LVM2_LV_SIZE=322961408 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_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX LVM2_LV_SIZE=641728512 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_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra LVM2_LV_SIZE=1283457024 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_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra LVM2_LV_SIZE=1283457024 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_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C LVM2_LV_SIZE=1069547520 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_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C LVM2_LV_SIZE=1069547520 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_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 LVM2_LV_SIZE=427819008 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_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle LVM2_LV_SIZE=427819008 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 17:41:45,654 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0. WARNING: Couldn't find device with uuid S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0. WARNING: Couldn't find device with uuid tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H. WARNING: VG test_vg3 is missing PV pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv6 while checking used and assumed devices. WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:41:45,654 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:41:45,659 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:41:45,659 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:41:45,662 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:41:45,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; incomplete: True ; hidden: False ; 2024-03-01 17:41:45,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:41:45,669 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:41:45,669 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:45,673 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405356e43e9cc9e4f69ad16fabcd ' '/dev/disk/by-id/lvm-pv-uuid-pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903 ' '/dev/disk/by-id/scsi-36001405356e43e9cc9e4f69ad16fabcd', '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_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0', 'ID_FS_UUID_ENC': 'pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0', 'ID_FS_VERSION': 'LVM2 001', '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': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'ID_SERIAL': '36001405356e43e9cc9e4f69ad16fabcd', 'ID_SERIAL_SHORT': '6001405356e43e9cc9e4f69ad16fabcd', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405356e43e9c', 'ID_WWN_VENDOR_EXTENSION': '0xc9e4f69ad16fabcd', 'ID_WWN_WITH_EXTENSION': '0x6001405356e43e9cc9e4f69ad16fabcd', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405356e43e9cc9e4f69ad16fabcd', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '356e43e9-cc9e-4f69-ad16-fabcdb16e903', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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', 'SYSTEMD_ALIAS': '/dev/block/8:112', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:112.service', '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': '554090189'} ; 2024-03-01 17:41:45,673 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 17:41:45,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:41:45,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:45,685 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:41:45,685 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:41:45,685 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:41:45,685 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:41:45,689 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:41:45,692 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:41:45,693 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 17:41:45,696 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 17:41:45,696 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:41:45,697 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:41:45,697 INFO blivet/MainThread: got device: DiskDevice instance (0x7efe9088a1d0) -- name = sdh status = True id = 146 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 = 6001405356e43e9cc9e4f69ad16fabcd 2024-03-01 17:41:45,700 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:41:45,704 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:45,704 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:41:45,707 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:45,707 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:41:45,711 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:45,711 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:41:45,714 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:45,714 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:41:45,718 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:41:45,718 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:41:45,718 INFO program/MainThread: Running [37] 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/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:45,747 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:41:45,748 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0. WARNING: Couldn't find device with uuid tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H. WARNING: VG test_vg3 is missing PV S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:41:45,748 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:41:45,748 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:41:45,752 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 ; label: None ; device: /dev/sdh ; serial: 36001405356e43e9cc9e4f69ad16fabcd ; exists: True ; vg_name: test_vg3 ; vg_uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; pe_start: 8 MiB ; 2024-03-01 17:41:45,753 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:41:45,756 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:41:45,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; incomplete: True ; hidden: False ; 2024-03-01 17:41:45,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:41:45,766 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:41:45,770 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:41:45,773 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:41:45,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; incomplete: True ; hidden: False ; 2024-03-01 17:41:45,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:45,780 INFO program/MainThread: Running [38] 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/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:45,809 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN LVM2_LV_SIZE=322961408 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_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX LVM2_LV_SIZE=641728512 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_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra LVM2_LV_SIZE=1283457024 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_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra LVM2_LV_SIZE=1283457024 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_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C LVM2_LV_SIZE=1069547520 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_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C LVM2_LV_SIZE=1069547520 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_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 LVM2_LV_SIZE=427819008 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_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle LVM2_LV_SIZE=427819008 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 17:41:45,809 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0. WARNING: Couldn't find device with uuid tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H. WARNING: VG test_vg3 is missing PV S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:41:45,809 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:41:45,809 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:41:45,809 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:45,814 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_11b3f649-a048-40db-a1fa-e69a2c9888d2 ' '/dev/disk/by-id/wwn-0x600140511b3f649a04840dba1fae69a2 ' '/dev/disk/by-id/scsi-3600140511b3f649a04840dba1fae69a2', '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_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0', 'ID_FS_UUID_ENC': 'S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0', 'ID_FS_VERSION': 'LVM2 001', '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': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'ID_SERIAL': '3600140511b3f649a04840dba1fae69a2', 'ID_SERIAL_SHORT': '600140511b3f649a04840dba1fae69a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140511b3f649a', 'ID_WWN_VENDOR_EXTENSION': '0x04840dba1fae69a2', 'ID_WWN_WITH_EXTENSION': '0x600140511b3f649a04840dba1fae69a2', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140511b3f649a04840dba1fae69a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '11b3f649-a048-40db-a1fa-e69a2c9888d2', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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', 'SYSTEMD_ALIAS': '/dev/block/8:128', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:128.service', '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': '554181881'} ; 2024-03-01 17:41:45,815 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 17:41:45,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:41:45,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:45,826 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:41:45,827 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:41:45,827 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:41:45,827 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:41:45,831 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:41:45,834 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:41:45,834 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 17:41:45,837 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 17:41:45,838 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:41:45,838 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:41:45,838 INFO blivet/MainThread: got device: DiskDevice instance (0x7efe908a4be0) -- name = sdi status = True id = 156 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 = 600140511b3f649a04840dba1fae69a2 2024-03-01 17:41:45,842 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:41:45,846 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:45,846 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:41:45,849 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:45,849 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:41:45,853 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:45,853 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:41:45,856 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:45,856 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:41:45,859 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:41:45,860 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:41:45,860 INFO program/MainThread: Running [39] 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/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:45,890 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:41:45,891 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H. WARNING: VG test_vg3 is missing PV tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:41:45,891 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:41:45,891 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:41:45,895 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 ; label: None ; device: /dev/sdi ; serial: 3600140511b3f649a04840dba1fae69a2 ; exists: True ; vg_name: test_vg3 ; vg_uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; pe_start: 8 MiB ; 2024-03-01 17:41:45,896 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:41:45,899 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:41:45,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; incomplete: True ; hidden: False ; 2024-03-01 17:41:45,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:45,909 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:41:45,913 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:41:45,916 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:41:45,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; incomplete: True ; hidden: False ; 2024-03-01 17:41:45,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:45,923 INFO program/MainThread: Running [40] 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/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:45,951 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN LVM2_LV_SIZE=322961408 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_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX LVM2_LV_SIZE=641728512 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_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra LVM2_LV_SIZE=1283457024 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_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra LVM2_LV_SIZE=1283457024 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_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C LVM2_LV_SIZE=1069547520 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_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C LVM2_LV_SIZE=1069547520 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_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 LVM2_LV_SIZE=427819008 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_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle LVM2_LV_SIZE=427819008 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 17:41:45,952 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H. WARNING: VG test_vg3 is missing PV tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H (last written to /dev/sdj). WARNING: Couldn't find all devices for LV test_vg3/lv5 while checking used and assumed devices. 2024-03-01 17:41:45,952 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:41:45,952 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:41:45,952 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:45,957 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H ' '/dev/disk/by-id/wwn-0x60014057043d65f01584d1c9252a8a47 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7 ' '/dev/disk/by-id/scsi-360014057043d65f01584d1c9252a8a47', '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_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H', 'ID_FS_UUID_ENC': 'tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H', 'ID_FS_VERSION': 'LVM2 001', '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': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'ID_SERIAL': '360014057043d65f01584d1c9252a8a47', 'ID_SERIAL_SHORT': '60014057043d65f01584d1c9252a8a47', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057043d65f0', 'ID_WWN_VENDOR_EXTENSION': '0x1584d1c9252a8a47', 'ID_WWN_WITH_EXTENSION': '0x60014057043d65f01584d1c9252a8a47', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057043d65f01584d1c9252a8a47', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_PORT_NAME': 'naa.50014057e66a174f,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7043d65f-0158-4d1c-9252-a8a47ab7eab7', 'SCSI_IDENT_TARGET_NAME': 'naa.50014057e66a174f', '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', 'SYSTEMD_ALIAS': '/dev/block/8:144', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:144.service', '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': '554281514'} ; 2024-03-01 17:41:45,957 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 17:41:45,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:41:45,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:45,969 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:41:45,969 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:41:45,969 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:41:45,969 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:41:45,973 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:41:45,976 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:41:45,976 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 17:41:45,980 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 17:41:45,980 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:41:45,981 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:41:45,981 INFO blivet/MainThread: got device: DiskDevice instance (0x7efe908b4ba8) -- name = sdj status = True id = 166 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 = 60014057043d65f01584d1c9252a8a47 2024-03-01 17:41:45,984 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:41:45,988 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:45,988 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:41:45,991 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:45,992 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:41:45,995 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:45,995 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:41:45,999 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:45,999 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:41:46,002 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:41:46,002 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:41:46,002 INFO program/MainThread: Running [41] 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/sdj$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:46,029 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=G2BG30-dky8-M56H-YdYM-D3KF-eXDO-rOVdsL LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=WnwDeR-7IRx-0lIX-quCO-SNUk-ENUf-V23V8a LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=UO9sKK-BvM4-2Sie-sXZM-AWpG-Df3N-QtW8br LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1107296256 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=264 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdd LVM2_PV_UUID=fMcznO-bl8y-JSXE-P5zz-CbOC-yjda-2xGzj2 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sde LVM2_PV_UUID=nKOFpz-Vcdq-bQA5-wDiq-VqPB-YoK9-MtrChV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdf LVM2_PV_UUID=h0DiKG-2SMD-7e30-za2w-RBbk-jept-NOCCTW LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=2231369728 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=532 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdg LVM2_PV_UUID=k52P8E-wuM4-8ZZr-Uwr8-y6og-4QK6-nLMaE0 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdh LVM2_PV_UUID=pFkmkF-lZo9-WRwJ-ejE3-gwm1-12m4-D9Lfr0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdi LVM2_PV_UUID=S1neb5-eH3f-XMhs-44F3-uXLg-F7on-uRrAx0 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 LVM2_PV_NAME=/dev/sdj LVM2_PV_UUID=tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur LVM2_VG_SIZE=4261412864 LVM2_VG_FREE=1052770304 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=1016 LVM2_VG_FREE_COUNT=251 LVM2_PV_COUNT=4 2024-03-01 17:41:46,030 INFO program/MainThread: stderr[41]: 2024-03-01 17:41:46,030 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:41:46,030 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:41:46,034 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: tYHtCo-EC1s-If7R-IOdD-GQmK-Wr3s-e2p42H ; label: None ; device: /dev/sdj ; serial: 360014057043d65f01584d1c9252a8a47 ; exists: True ; vg_name: test_vg3 ; vg_uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:41:46,035 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:41:46,038 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:41:46,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; incomplete: True ; hidden: False ; 2024-03-01 17:41:46,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:46,048 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:41:46,052 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:41:46,055 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:41:46,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur ; incomplete: True ; hidden: False ; 2024-03-01 17:41:46,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:46,062 INFO program/MainThread: Running [42] 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/sdj$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:46,090 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK LVM2_LV_SIZE=482344960 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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=lv2 LVM2_LV_UUID=qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot LVM2_LV_SIZE=1606418432 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_vg2 LVM2_LV_NAME=lv3 LVM2_LV_UUID=U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN LVM2_LV_SIZE=322961408 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_vg2 LVM2_LV_NAME=lv4 LVM2_LV_UUID=U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX LVM2_LV_SIZE=641728512 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_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra LVM2_LV_SIZE=1283457024 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_vg3 LVM2_LV_NAME=lv5 LVM2_LV_UUID=EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra LVM2_LV_SIZE=1283457024 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_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C LVM2_LV_SIZE=1069547520 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_vg3 LVM2_LV_NAME=lv6 LVM2_LV_UUID=VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C LVM2_LV_SIZE=1069547520 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_vg3 LVM2_LV_NAME=lv7 LVM2_LV_UUID=KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 LVM2_LV_SIZE=427819008 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_vg3 LVM2_LV_NAME=lv8 LVM2_LV_UUID=KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle LVM2_LV_SIZE=427819008 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 17:41:46,091 INFO program/MainThread: stderr[42]: 2024-03-01 17:41:46,091 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:41:46,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:46,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:46,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra ; incomplete: False ; hidden: False ; 2024-03-01 17:41:46,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:46,106 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:41:46,109 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:41:46,110 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:41:46,113 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:41:46,117 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:41:46,117 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:41:46,121 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:41:46,121 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:41:46,121 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:41:46,125 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:41:46,130 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:41:46,130 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:41:46,133 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:41:46,137 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:41:46,137 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:41:46,140 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:41:46,141 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:41:46,141 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:41:46,141 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:41:46,145 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:41:46,145 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:41:46,148 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: /sys/devices/virtual/block/dm-3 ; 2024-03-01 17:41:46,149 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:41:46,152 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-uuid/530aed68-0d96-4a49-9fd1-5de4f898777a ' '/dev/disk/by-id/dm-uuid-LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurEUUdlxrfKvrLwG6kXuw9DRofgi5VUNra ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/test_vg3/lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurEUUdlxrfKvrLwG6kXuw9DRofgi5VUNra', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '530aed68-0d96-4a49-9fd1-5de4f898777a', 'ID_FS_UUID_ENC': '530aed68-0d96-4a49-9fd1-5de4f898777a', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1248573400'} ; 2024-03-01 17:41:46,152 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:41:46,153 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:41:46,156 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:41:46,157 INFO program/MainThread: stderr[43]: 2024-03-01 17:41:46,157 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:41:46,157 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:41:46,160 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:41:46,160 INFO program/MainThread: stderr[44]: 2024-03-01 17:41:46,160 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:41:46,160 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:41:46,163 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:41:46,163 INFO program/MainThread: stderr[45]: 2024-03-01 17:41:46,164 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:41:46,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:46,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:41:46,175 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:46,176 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:41:46,176 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:46,177 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:41:46,172 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.77 GiB free extents = 710 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175)'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:46,177 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:41:46,180 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:41:46,181 INFO program/MainThread: stderr[46]: 2024-03-01 17:41:46,181 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:41:46,185 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:41:46,189 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:46,189 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:41:46,193 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:46,193 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:41:46,196 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:46,197 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:41:46,200 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:46,200 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:41:46,201 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:41:46,204 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:41:46,204 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:41:46,208 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:41:46,208 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:41:46,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:46,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:46,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C ; incomplete: False ; hidden: False ; 2024-03-01 17:41:46,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:46,221 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:41:46,225 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:41:46,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:41:46,229 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:41:46,232 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:41:46,233 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:41:46,236 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:41:46,237 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:41:46,237 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:41:46,240 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:41:46,244 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:41:46,244 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:41:46,248 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:41:46,251 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:41:46,251 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:41:46,255 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:41:46,255 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:41:46,256 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:41:46,256 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:41:46,259 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:41:46,259 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:41:46,263 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: /sys/devices/virtual/block/dm-2 ; 2024-03-01 17:41:46,263 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:41:46,267 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-uuid/6eb45222-6db0-4130-822e-bc5fb5d664fa ' '/dev/disk/by-id/dm-uuid-LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurVJLKOkuKl0Wq756K29yzOnwxcMAJzf7C ' '/dev/mapper/test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurVJLKOkuKl0Wq756K29yzOnwxcMAJzf7C', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6eb45222-6db0-4130-822e-bc5fb5d664fa', 'ID_FS_UUID_ENC': '6eb45222-6db0-4130-822e-bc5fb5d664fa', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1248245889'} ; 2024-03-01 17:41:46,267 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:41:46,267 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:41:46,271 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:41:46,271 INFO program/MainThread: stderr[47]: 2024-03-01 17:41:46,271 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:41:46,271 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:41:46,274 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:41:46,274 INFO program/MainThread: stderr[48]: 2024-03-01 17:41:46,274 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:41:46,274 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:41:46,277 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:41:46,278 INFO program/MainThread: stderr[49]: 2024-03-01 17:41:46,278 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:41:46,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:46,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:41:46,289 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:46,290 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:41:46,291 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:46,291 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:41:46,286 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.78 GiB free extents = 455 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188)'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:46,292 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:41:46,295 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:41:46,295 INFO program/MainThread: stderr[50]: 2024-03-01 17:41:46,295 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:41:46,300 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:41:46,303 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:46,304 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:41:46,307 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:46,307 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:41:46,311 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:46,311 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:41:46,315 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:46,315 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:41:46,315 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:41:46,318 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:41:46,319 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:41:46,322 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:41:46,322 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:41:46,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:46,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:46,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:46,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:46,336 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:41:46,340 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:41:46,340 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:41:46,344 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:41:46,347 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:41:46,347 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:41:46,351 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:41:46,352 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:41:46,352 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:41:46,356 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:41:46,359 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:41:46,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:41:46,363 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:41:46,367 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:41:46,367 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:41:46,370 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:41:46,371 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:41:46,371 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:41:46,371 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:41:46,375 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:41:46,375 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:41:46,378 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: /sys/devices/virtual/block/dm-1 ; 2024-03-01 17:41:46,379 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:41:46,382 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/8bbfde26-e94b-461b-b840-f1e92e3c3ee2 ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurKT2fBJjDQ06doHqzednhigmrCaEZiov1 ' '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurKT2fBJjDQ06doHqzednhigmrCaEZiov1', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8bbfde26-e94b-461b-b840-f1e92e3c3ee2', 'ID_FS_UUID_ENC': '8bbfde26-e94b-461b-b840-f1e92e3c3ee2', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1247936484'} ; 2024-03-01 17:41:46,382 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:41:46,383 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:41:46,387 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:41:46,387 INFO program/MainThread: stderr[51]: 2024-03-01 17:41:46,387 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:41:46,387 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:41:46,390 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:41:46,390 INFO program/MainThread: stderr[52]: 2024-03-01 17:41:46,390 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:41:46,390 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:41:46,394 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:41:46,394 INFO program/MainThread: stderr[53]: 2024-03-01 17:41:46,394 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:41:46,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:46,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:41:46,406 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:46,407 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:41:46,407 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:46,408 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:41:46,403 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1.38 GiB free extents = 353 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:46,409 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:41:46,413 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:41:46,413 INFO program/MainThread: stderr[54]: 2024-03-01 17:41:46,413 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:41:46,417 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:41:46,421 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:46,422 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:41:46,425 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:46,426 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:41:46,429 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:46,429 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:41:46,433 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:46,433 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:41:46,433 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:41:46,437 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:41:46,437 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:41:46,440 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:41:46,440 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:41:46,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:46,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:46,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle ; incomplete: False ; hidden: False ; 2024-03-01 17:41:46,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:41:46,454 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:41:46,458 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:41:46,458 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:41:46,462 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:41:46,465 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:41:46,466 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:41:46,469 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:41:46,470 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:41:46,470 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:41:46,474 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:41:46,477 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:41:46,477 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:41:46,481 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:41:46,485 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:41:46,485 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:41:46,488 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:41:46,489 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:41:46,489 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:41:46,489 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:41:46,493 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:41:46,493 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:41:46,496 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 17:41:46,497 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:41:46,500 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-uuid/93369aad-983a-4a9d-b5df-08f498e8a02a ' '/dev/disk/by-id/dm-uuid-LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurKYKhBC7N2J8a5iZjeVnKjZzQJIRxWDle ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/mapper/test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurKYKhBC7N2J8a5iZjeVnKjZzQJIRxWDle', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '93369aad-983a-4a9d-b5df-08f498e8a02a', 'ID_FS_UUID_ENC': '93369aad-983a-4a9d-b5df-08f498e8a02a', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1247613408'} ; 2024-03-01 17:41:46,500 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:41:46,501 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:41:46,505 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:41:46,505 INFO program/MainThread: stderr[55]: 2024-03-01 17:41:46,505 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:41:46,505 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:41:46,508 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:41:46,508 INFO program/MainThread: stderr[56]: 2024-03-01 17:41:46,508 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:41:46,508 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:41:46,511 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:41:46,512 INFO program/MainThread: stderr[57]: 2024-03-01 17:41:46,512 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:41:46,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:46,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:41:46,524 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:46,525 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:46,525 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:46,527 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:46,521 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214)'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:46,527 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:41:46,531 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:41:46,531 INFO program/MainThread: stderr[58]: 2024-03-01 17:41:46,531 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:41:46,535 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:41:46,539 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:46,539 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:41:46,543 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:46,543 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:41:46,546 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:46,547 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:41:46,550 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:46,550 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:41:46,551 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:41:46,554 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:41:46,554 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:41:46,558 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:41:46,558 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:41:46,558 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:41:46,562 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': '27468035'} ; 2024-03-01 17:41:46,562 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:41:46,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:41:46,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:46,573 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:41:46,574 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:41:46,574 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:41:46,574 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:41:46,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:41:46,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:41:46,577 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:41:46,581 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:41:46,581 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:41:46,584 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:41:46,584 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:41:46,585 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:41:46,585 INFO blivet/MainThread: got device: DiskDevice instance (0x7efe9084a048) -- name = xvda status = True id = 228 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 17:41:46,588 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:41:46,592 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:46,592 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:41:46,596 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:46,596 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:41:46,599 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:46,599 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:41:46,603 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:46,603 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:41:46,606 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:41:46,609 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:41:46,612 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:41:46,616 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 0x7efe91a0c3c8> 2024-03-01 17:41:49,495 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:41:49,499 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:41:49,500 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:41:49,504 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-partuuid/b2f85011-01 ' '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5', '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': '27470448'} ; 2024-03-01 17:41:49,504 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:41:49,504 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:41:49,508 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:49,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:49,515 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:41:49,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:49,522 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:49,522 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:49,536 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:49,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:41:49,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:41:49,559 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:41:49,563 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:41:49,563 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:41:49,566 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:41:49,570 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:41:49,570 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:41:49,573 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:41:49,574 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:41:49,574 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:41:49,577 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:41:49,580 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:41:49,584 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:41:49,587 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:41:49,590 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:41:49,591 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:41:49,591 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:41:49,592 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:41:49,591 INFO blivet/MainThread: got device: PartitionDevice instance (0x7efe9085df28) -- name = xvda1 status = True id = 238 children = [] parents = ['existing 250 GiB disk xvda (228) 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 0x7efe908629e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:41:49,596 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:41:49,599 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:41:49,600 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:41:49,603 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:41:49,603 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:41:49,606 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:49,606 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:41:49,610 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:41:49,610 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:41:49,610 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:41:49,613 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:41:49,614 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:41:49,617 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:41:49,617 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:41:49,620 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-uuid/93369aad-983a-4a9d-b5df-08f498e8a02a ' '/dev/test_vg3/lv8 /dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurKYKhBC7N2J8a5iZjeVnKjZzQJIRxWDle', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurKYKhBC7N2J8a5iZjeVnKjZzQJIRxWDle', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '93369aad-983a-4a9d-b5df-08f498e8a02a', 'ID_FS_UUID_ENC': '93369aad-983a-4a9d-b5df-08f498e8a02a', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1247613408'} ; 2024-03-01 17:41:49,620 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:41:49,621 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:41:49,625 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:41:49,625 INFO program/MainThread: stderr[59]: 2024-03-01 17:41:49,625 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:41:49,625 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:41:49,628 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:41:49,628 INFO program/MainThread: stderr[60]: 2024-03-01 17:41:49,628 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:41:49,628 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:41:49,631 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:41:49,632 INFO program/MainThread: stderr[61]: 2024-03-01 17:41:49,632 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:41:49,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:49,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 17:41:49,644 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:49,645 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:49,645 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:49,646 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:49,640 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:49,647 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:41:49,651 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:41:49,651 INFO program/MainThread: stderr[62]: 2024-03-01 17:41:49,651 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:41:49,656 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:41:49,656 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:41:49,659 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurKT2fBJjDQ06doHqzednhigmrCaEZiov1 ' '/dev/disk/by-uuid/8bbfde26-e94b-461b-b840-f1e92e3c3ee2 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv7', 'DM_NAME': 'test_vg3-lv7', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurKT2fBJjDQ06doHqzednhigmrCaEZiov1', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '8bbfde26-e94b-461b-b840-f1e92e3c3ee2', 'ID_FS_UUID_ENC': '8bbfde26-e94b-461b-b840-f1e92e3c3ee2', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1247936484'} ; 2024-03-01 17:41:49,659 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:41:49,660 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:41:49,663 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:41:49,663 INFO program/MainThread: stderr[63]: 2024-03-01 17:41:49,664 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:41:49,664 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:41:49,667 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:41:49,667 INFO program/MainThread: stderr[64]: 2024-03-01 17:41:49,667 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:41:49,667 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:41:49,670 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:41:49,671 INFO program/MainThread: stderr[65]: 2024-03-01 17:41:49,671 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:41:49,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:49,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 17:41:49,683 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:49,684 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:49,684 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:49,686 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:49,680 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:49,686 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:41:49,690 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:41:49,690 INFO program/MainThread: stderr[66]: 2024-03-01 17:41:49,690 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:41:49,695 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:41:49,695 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:41:49,698 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/test_vg3/lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/6eb45222-6db0-4130-822e-bc5fb5d664fa ' '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurVJLKOkuKl0Wq756K29yzOnwxcMAJzf7C', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurVJLKOkuKl0Wq756K29yzOnwxcMAJzf7C', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6eb45222-6db0-4130-822e-bc5fb5d664fa', 'ID_FS_UUID_ENC': '6eb45222-6db0-4130-822e-bc5fb5d664fa', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1248245889'} ; 2024-03-01 17:41:49,698 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:41:49,698 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:41:49,701 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:41:49,702 INFO program/MainThread: stderr[67]: 2024-03-01 17:41:49,702 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:41:49,702 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:41:49,705 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:41:49,705 INFO program/MainThread: stderr[68]: 2024-03-01 17:41:49,705 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:41:49,705 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:41:49,708 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:41:49,708 INFO program/MainThread: stderr[69]: 2024-03-01 17:41:49,708 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:41:49,713 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:49,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 17:41:49,720 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:49,721 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:49,722 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:49,723 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:49,717 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:49,724 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:41:49,727 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:41:49,727 INFO program/MainThread: stderr[70]: 2024-03-01 17:41:49,727 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:41:49,731 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:41:49,731 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:41:49,734 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurEUUdlxrfKvrLwG6kXuw9DRofgi5VUNra ' '/dev/disk/by-uuid/530aed68-0d96-4a49-9fd1-5de4f898777a ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-ToNfQd4cz5Mf9yAZ8QQjghgcYZ3ZHKurEUUdlxrfKvrLwG6kXuw9DRofgi5VUNra', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '530aed68-0d96-4a49-9fd1-5de4f898777a', 'ID_FS_UUID_ENC': '530aed68-0d96-4a49-9fd1-5de4f898777a', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1248573400'} ; 2024-03-01 17:41:49,735 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:41:49,735 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:41:49,739 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:41:49,739 INFO program/MainThread: stderr[71]: 2024-03-01 17:41:49,739 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:41:49,739 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:41:49,742 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:41:49,742 INFO program/MainThread: stderr[72]: 2024-03-01 17:41:49,742 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:41:49,742 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:41:49,745 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:41:49,746 INFO program/MainThread: stderr[73]: 2024-03-01 17:41:49,746 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:41:49,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:49,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 17:41:49,757 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:49,759 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:49,759 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:49,760 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:49,754 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:49,761 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:41:49,764 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:41:49,765 INFO program/MainThread: stderr[74]: 2024-03-01 17:41:49,765 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:41:49,769 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:41:49,769 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:41:49,772 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/a71b061f-fba7-4644-9d01-545b31d74019 ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-CXX6qAeqy3ATGI39IjANxDwkJmLgqVkBU5WQyB84w67H00rIDNWX5z4HSU1YiPiX ' '/dev/test_vg2/lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CXX6qAeqy3ATGI39IjANxDwkJmLgqVkBU5WQyB84w67H00rIDNWX5z4HSU1YiPiX', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a71b061f-fba7-4644-9d01-545b31d74019', 'ID_FS_UUID_ENC': 'a71b061f-fba7-4644-9d01-545b31d74019', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1249525686'} ; 2024-03-01 17:41:49,772 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:41:49,773 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:41:49,776 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:41:49,776 INFO program/MainThread: stderr[75]: 2024-03-01 17:41:49,776 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:41:49,776 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:41:49,779 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:41:49,779 INFO program/MainThread: stderr[76]: 2024-03-01 17:41:49,779 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:41:49,780 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:41:49,783 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:41:49,783 INFO program/MainThread: stderr[77]: 2024-03-01 17:41:49,783 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:41:49,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:49,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 17:41:49,794 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:49,795 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:49,795 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:49,796 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:49,791 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:49,796 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:41:49,799 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:41:49,800 INFO program/MainThread: stderr[78]: 2024-03-01 17:41:49,800 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:41:49,804 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:41:49,804 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:41:49,807 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-CXX6qAeqy3ATGI39IjANxDwkJmLgqVkBU3uzT9J6Lg3zU1X6yo7yMwm7ToI65ebN ' '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/cf1c2930-d8a1-4e9e-8124-4cc901ee1fbc ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-CXX6qAeqy3ATGI39IjANxDwkJmLgqVkBU3uzT9J6Lg3zU1X6yo7yMwm7ToI65ebN', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cf1c2930-d8a1-4e9e-8124-4cc901ee1fbc', 'ID_FS_UUID_ENC': 'cf1c2930-d8a1-4e9e-8124-4cc901ee1fbc', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1249835153'} ; 2024-03-01 17:41:49,807 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:41:49,808 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:41:49,811 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:41:49,811 INFO program/MainThread: stderr[79]: 2024-03-01 17:41:49,811 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:41:49,811 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:41:49,814 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:41:49,814 INFO program/MainThread: stderr[80]: 2024-03-01 17:41:49,814 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:41:49,814 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:41:49,818 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:41:49,818 INFO program/MainThread: stderr[81]: 2024-03-01 17:41:49,818 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:41:49,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:49,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 17:41:49,829 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:49,830 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:49,830 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:49,831 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:49,826 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:49,832 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:41:49,835 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:41:49,836 INFO program/MainThread: stderr[82]: 2024-03-01 17:41:49,836 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:41:49,840 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:41:49,840 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:41:49,843 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-uuid/5a13993d-ba0f-43a7-9add-b3ec74650473 ' '/dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-EQcDGFfIAUh23PRg9uLaOMAoiIk8vHClqVZ4U7BB4xSBf11T3e1KM7JCgjo9t5Ot ' '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-EQcDGFfIAUh23PRg9uLaOMAoiIk8vHClqVZ4U7BB4xSBf11T3e1KM7JCgjo9t5Ot', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5a13993d-ba0f-43a7-9add-b3ec74650473', 'ID_FS_UUID_ENC': '5a13993d-ba0f-43a7-9add-b3ec74650473', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1250716076'} ; 2024-03-01 17:41:49,843 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:41:49,844 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:41:49,847 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:41:49,848 INFO program/MainThread: stderr[83]: 2024-03-01 17:41:49,848 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:41:49,848 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:41:49,851 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:41:49,851 INFO program/MainThread: stderr[84]: 2024-03-01 17:41:49,851 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:41:49,851 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:41:49,854 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:41:49,855 INFO program/MainThread: stderr[85]: 2024-03-01 17:41:49,855 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:41:49,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:49,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 17:41:49,866 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:49,866 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:49,867 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:49,868 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:49,863 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:49,868 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:41:49,872 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:41:49,872 INFO program/MainThread: stderr[86]: 2024-03-01 17:41:49,872 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:41:49,876 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:41:49,877 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:41:49,880 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/735b9ca5-4980-4371-90cf-f0b77e114418 ' '/dev/disk/by-id/dm-uuid-LVM-EQcDGFfIAUh23PRg9uLaOMAoiIk8vHClqqgCoFjlkrelu1m2SFoeZykpDyxXAnxK ' '/dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-EQcDGFfIAUh23PRg9uLaOMAoiIk8vHClqqgCoFjlkrelu1m2SFoeZykpDyxXAnxK', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '735b9ca5-4980-4371-90cf-f0b77e114418', 'ID_FS_UUID_ENC': '735b9ca5-4980-4371-90cf-f0b77e114418', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1251026807'} ; 2024-03-01 17:41:49,880 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:41:49,880 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:41:49,883 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:41:49,884 INFO program/MainThread: stderr[87]: 2024-03-01 17:41:49,884 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:41:49,884 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:41:49,887 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:41:49,887 INFO program/MainThread: stderr[88]: 2024-03-01 17:41:49,887 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:41:49,887 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:41:49,890 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:41:49,890 INFO program/MainThread: stderr[89]: 2024-03-01 17:41:49,890 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:41:49,895 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:49,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:41:49,901 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:49,902 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:49,902 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:49,903 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:49,898 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:49,904 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:41:49,907 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:41:49,907 INFO program/MainThread: stderr[90]: 2024-03-01 17:41:49,907 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:41:49,911 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:41:49,911 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:41:49,911 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:49,923 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:49,940 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:41:49,941 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:41:49,945 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 17:41:49,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:49,951 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 17:41:49,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:41:49,955 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:41:49,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:41:49,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:49,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:41:49,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:41:49,968 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:41:49,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:41:49,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:49,977 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 17:41:49,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:41:49,981 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:41:49,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:41:49,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:49,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:41:49,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:41:49,993 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:41:49,996 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 17:41:50,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:50,002 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 17:41:50,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:41:50,006 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 17:41:50,009 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 17:41:50,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:41:50,015 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 17:41:50,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:41:50,018 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:41:50,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:50,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:41:50,025 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:41:50,025 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:41:50,026 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:41:50,026 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:41:50,027 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:41:50,027 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:41:50,027 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:41:50,028 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:41:50,028 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:41:50,029 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:41:50,029 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:41:50,029 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:41:50,030 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:41:50,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:41:50,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:41:50,036 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:41:50,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:41:50,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:41:50,042 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:41:50,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:41:50,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:41:50,048 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:41:50,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:50,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:41:50,054 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:41:50,057 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,058 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,058 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,059 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,055 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,062 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,062 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,063 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,063 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,059 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,066 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,067 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,067 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,068 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,064 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,071 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,072 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,072 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,073 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,069 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,076 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,076 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,077 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,078 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,073 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,080 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,081 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,081 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,082 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,078 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,085 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,086 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,086 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,087 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,083 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,089 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,090 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,091 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,091 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,087 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,094 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,095 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,095 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,096 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,092 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,099 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,099 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,100 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,101 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,097 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,103 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,104 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,104 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,105 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,101 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,108 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,109 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,109 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,110 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,106 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,112 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,113 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,114 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,114 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,110 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,117 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,118 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,118 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,119 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,115 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,122 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,122 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,123 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,124 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,120 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,126 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,127 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,128 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,128 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,124 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,131 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,132 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,132 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,133 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,129 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,136 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,136 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,137 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,138 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,133 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,140 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,141 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,141 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,142 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,138 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,145 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,146 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,146 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,147 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,143 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,149 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,150 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,151 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,151 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,147 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,154 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,155 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,155 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,156 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,152 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,159 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,159 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,160 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,160 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,156 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,163 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,164 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,164 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,165 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,161 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,168 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,169 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,169 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,170 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,166 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,172 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,173 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,173 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,174 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,170 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,177 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,178 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,178 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,179 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,175 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,182 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,182 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,183 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,184 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,180 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,186 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,187 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,187 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,188 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,184 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,191 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,192 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,192 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,193 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,189 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,196 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,196 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,197 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,197 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,193 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,200 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,201 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,201 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,202 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:41:50,198 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qqgCoF-jlkr-elu1-m2SF-oeZy-kpDy-xXAnxK size = 460 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-7 target size = 460 MiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.03 GiB free extents = 264 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 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem', 'existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 460 MiB 2024-03-01 17:41:50,203 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:41:50,206 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 460 MiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:41:50,206 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:50,206 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 17:41:50,210 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:41:50,210 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:41:50,211 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 17:41:50,215 INFO program/MainThread: stdout[91]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:41:50,215 INFO program/MainThread: stderr[91]: 2024-03-01 17:41:50,215 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 17:41:50,220 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 17:41:50,220 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:41:50,220 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:41:50,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:50,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem 2024-03-01 17:41:50,227 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:41:50,230 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,231 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,231 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,232 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,227 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,235 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,236 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,236 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,237 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,233 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,240 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,240 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,241 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,241 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,237 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,244 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,245 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,245 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,246 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,242 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,249 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,250 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,250 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,251 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,247 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,253 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,254 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,255 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,255 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,251 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,258 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,259 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,259 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,260 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,256 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,263 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,263 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,264 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,265 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,260 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,267 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,268 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,268 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,269 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,265 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,272 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,273 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,273 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,274 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,270 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,277 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,277 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,278 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,278 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,274 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,281 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,282 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,282 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,283 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,279 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,286 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,287 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,287 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,288 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,284 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,291 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,291 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,292 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,292 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,288 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,295 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,296 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,296 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,297 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,293 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,300 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,300 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,301 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,302 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,297 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,304 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,305 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,306 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,306 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,302 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,309 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,310 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,310 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,311 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,307 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,314 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,314 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,315 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,315 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,311 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,318 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,319 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,319 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,320 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,316 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,323 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,324 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,324 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,325 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,321 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,328 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,328 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,329 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,329 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,325 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,332 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,333 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,333 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,334 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,330 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,337 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,337 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,338 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,339 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,335 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,341 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,342 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,343 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,343 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,339 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,346 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,347 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,347 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,348 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,344 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,351 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,352 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,352 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,353 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,349 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,355 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,356 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,356 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,357 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,353 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,360 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,361 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,361 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,362 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,358 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,364 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,365 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,365 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,366 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,362 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,369 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,370 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,370 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,371 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,367 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,373 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,374 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,375 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:41:50,375 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:41:50,371 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9088add8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = qVZ4U7-BB4x-SBf1-1T3e-1KM7-JCgj-o9t5Ot size = 1.5 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-6 target size = 1.5 GiB path = /dev/mapper/test_vg1-lv2 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe90903a90) -- name = test_vg1 status = True id = 11 children = ['existing 1.5 GiB lvmlv test_vg1-lv2 (58) 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 = EQcDGF-fIAU-h23P-Rg9u-LaOM-AoiI-k8vHCl 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 = 1.03 GiB PE Size = 4 MiB PE Count = 762 PE Free = 264 PV Count = 3 modified = False extents = 762 free space = 1.48 GiB free extents = 379 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 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.5 GiB 2024-03-01 17:41:50,376 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 17:41:50,379 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.5 GiB lvmlv test_vg1-lv2 (58) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:41:50,379 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:50,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 17:41:50,383 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 17:41:50,383 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:41:50,387 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:41:50,387 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 17:41:50,387 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:41:50,387 DEBUG blivet.ansible/MainThread: ['test_vg1', 'sdb', 'sdc', 'sda'] 2024-03-01 17:41:50,387 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:41:50,390 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:41:50,390 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:50,394 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:41:50,397 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:41:50,400 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:41:50,400 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:41:50,400 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:41:50,400 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:41:50,400 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:41:50,403 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:41:50,403 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:50,403 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 17:41:50,407 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:41:50,407 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:41:50,407 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:41:50,407 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:41:50,410 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:41:50,410 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:50,410 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 17:41:50,413 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:41:50,413 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:41:50,413 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:41:50,414 DEBUG blivet/MainThread: removing sda 2024-03-01 17:41:50,416 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:41:50,417 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:50,417 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 17:41:50,420 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:41:50,420 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:41:50,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:50,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:41:50,426 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 17:41:50,427 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:41:50,427 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:41:50,427 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:41:50,428 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:41:50,428 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:41:50,429 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:41:50,429 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:41:50,429 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:41:50,430 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:41:50,430 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:41:50,430 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:41:50,431 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:41:50,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:41:50,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 17:41:50,437 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:41:50,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:41:50,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 17:41:50,443 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:41:50,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:41:50,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 17:41:50,449 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:41:50,452 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:50,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem 2024-03-01 17:41:50,455 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:41:50,458 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,458 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,459 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,460 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,455 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,462 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,463 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,463 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,464 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,460 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,467 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,468 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,468 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,469 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,465 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,472 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,472 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,473 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,474 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,470 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,476 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,477 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,478 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,478 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,474 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,481 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,482 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,482 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,483 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,479 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,486 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,486 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,487 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,487 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,483 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,490 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,491 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,491 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,492 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,488 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,495 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,496 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,496 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,497 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,493 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,499 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,500 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,501 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,501 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,497 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,504 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,505 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,505 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,506 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,502 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,509 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,509 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,510 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,511 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,507 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,513 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,514 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,514 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,515 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,511 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,518 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,519 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,519 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,520 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,516 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,522 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,523 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,524 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,524 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,520 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,527 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,528 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,528 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,529 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,525 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,532 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,532 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,533 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,534 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,529 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,536 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,537 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,537 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,538 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,534 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,541 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,542 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,542 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,543 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,539 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,545 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,546 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,547 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,547 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,543 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,550 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,551 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,551 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,552 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,548 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,555 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,555 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,556 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,556 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,552 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,559 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,560 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,560 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,561 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,557 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,564 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,565 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,565 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,566 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,562 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,568 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,569 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,570 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,570 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,566 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,573 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,574 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,574 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,575 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,571 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,578 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,578 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,579 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,580 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,575 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,582 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,583 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,583 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,584 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,580 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,587 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,588 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,588 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,589 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,585 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,592 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,592 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,593 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,594 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,590 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,596 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,597 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,597 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,598 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,594 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,601 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,602 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,602 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,603 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:41:50,599 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908abc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U3uzT9-J6Lg-3zU1-X6yo-7yMw-m7To-I65ebN size = 308 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-5 target size = 308 MiB path = /dev/mapper/test_vg2-lv3 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.08 GiB free extents = 532 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem', 'existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 308 MiB 2024-03-01 17:41:50,603 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 17:41:50,607 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 308 MiB lvmlv test_vg2-lv3 (105) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:41:50,607 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:50,607 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 17:41:50,610 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 17:41:50,610 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:41:50,614 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 17:41:50,614 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 17:41:50,614 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:41:50,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:50,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem 2024-03-01 17:41:50,621 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:41:50,623 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,623 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,624 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,624 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,621 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,627 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,628 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,628 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,629 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,625 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,631 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,632 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,632 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,633 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,629 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,635 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,636 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,636 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,637 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,633 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,639 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,640 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,640 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,641 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,637 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,644 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,644 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,645 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,646 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,641 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,648 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,649 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,650 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,650 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,646 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,653 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,653 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,654 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,654 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,651 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,657 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,657 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,658 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,658 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,655 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,661 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,662 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,662 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,662 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,659 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,665 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,666 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,666 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,667 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,663 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,669 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,670 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,670 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,671 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,667 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,673 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,674 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,674 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,675 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,671 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,677 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,678 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,678 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,679 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,675 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,681 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,682 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,682 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,683 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,679 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,685 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,686 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,686 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,687 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,683 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,689 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,690 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,690 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,691 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,687 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,694 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,694 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,695 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,695 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,691 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,698 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,698 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,699 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,699 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,696 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,702 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,702 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,703 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,703 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,700 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,706 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,706 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,707 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,707 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,704 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,710 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,711 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,711 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,711 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,708 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,714 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,715 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,715 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,716 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,712 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,718 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,719 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,719 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,720 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,716 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,722 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,723 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,723 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,724 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,720 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,726 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,727 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,727 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,728 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,724 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,730 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,731 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,731 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,732 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,728 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,734 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,735 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,735 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,736 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,732 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,738 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,739 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,739 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,740 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,736 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,743 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,743 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,743 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,744 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,740 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,747 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,747 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,748 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,748 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,745 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,751 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,751 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,752 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:41:50,752 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:41:50,749 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9f922ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = U5WQyB-84w6-7H00-rIDN-WX5z-4HSU-1YiPiX size = 612 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-4 target size = 612 MiB path = /dev/mapper/test_vg2-lv4 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908a44e0) -- name = test_vg2 status = True id = 81 children = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] uuid = CXX6qA-eqy3-ATGI-39Ij-ANxD-wkJm-LgqVkB 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_vg2 format args = [] original_format = None free = 2.08 GiB PE Size = 4 MiB PE Count = 762 PE Free = 532 PV Count = 3 modified = False extents = 762 free space = 2.38 GiB free extents = 609 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdd (72) with existing lvmpv', 'existing 1024 MiB disk sde (86) with existing lvmpv', 'existing 1024 MiB disk sdf (96) with existing lvmpv'] LVs = ['existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 612 MiB 2024-03-01 17:41:50,753 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 17:41:50,756 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 612 MiB lvmlv test_vg2-lv4 (118) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:41:50,756 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:50,756 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 17:41:50,760 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 17:41:50,760 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:41:50,763 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:41:50,764 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 17:41:50,764 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:41:50,764 DEBUG blivet.ansible/MainThread: ['sde', 'sdd', 'sdf', 'test_vg2'] 2024-03-01 17:41:50,764 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 17:41:50,767 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 17:41:50,767 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:50,770 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:41:50,774 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:41:50,777 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:41:50,777 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 17:41:50,777 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:41:50,777 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 17:41:50,777 DEBUG blivet/MainThread: removing sde 2024-03-01 17:41:50,780 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 17:41:50,780 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:50,780 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 17:41:50,783 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 17:41:50,783 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:41:50,784 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 17:41:50,784 DEBUG blivet/MainThread: removing sdd 2024-03-01 17:41:50,786 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 17:41:50,787 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:50,787 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 17:41:50,790 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 17:41:50,790 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:41:50,790 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 17:41:50,790 DEBUG blivet/MainThread: removing sdf 2024-03-01 17:41:50,793 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 17:41:50,793 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:50,793 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 17:41:50,796 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 17:41:50,796 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:41:50,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:50,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:50,803 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 17:41:50,803 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:50,804 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:50,804 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:50,805 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:50,805 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:50,806 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:50,806 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:50,807 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:50,807 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:50,808 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:50,808 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:50,808 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:41:50,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:41:50,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 17:41:50,815 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:41:50,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:41:50,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 17:41:50,821 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:41:50,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:41:50,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 17:41:50,827 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:41:50,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:41:50,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 17:41:50,833 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:41:50,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:50,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem 2024-03-01 17:41:50,839 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:41:50,842 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,843 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,844 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,845 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,839 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,849 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,850 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,850 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,851 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,846 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,855 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,856 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,856 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,858 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,852 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,861 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,862 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,863 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,864 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,858 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,867 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,869 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,869 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,870 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,865 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,874 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,875 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,875 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,876 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,871 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,880 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,881 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,881 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,883 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,877 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,886 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,887 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,888 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,889 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,883 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,892 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,893 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,894 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,895 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,890 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,898 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,900 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,900 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,901 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,896 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,905 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,906 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,906 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,907 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,902 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,911 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,912 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,912 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,914 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,908 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,917 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,918 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,919 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,920 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,914 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,923 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,924 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,925 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,926 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,921 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,929 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,931 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,931 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,932 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,927 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,936 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,937 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,937 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,938 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,933 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,942 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,943 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,943 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,945 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,939 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,948 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,949 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,950 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,951 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,945 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,954 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,955 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,956 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,957 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,952 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,960 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,962 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,962 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,963 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,958 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,967 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,968 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,968 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,969 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,964 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,973 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,974 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,974 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,976 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,970 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,979 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,980 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,981 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,982 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,976 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,985 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,986 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,987 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,988 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,983 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,991 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,993 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,993 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,994 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,989 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:50,998 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:50,999 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,999 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,000 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:50,995 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:51,004 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,005 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:51,005 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,006 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:51,001 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:51,010 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,011 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:51,012 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,013 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:51,007 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:51,016 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,017 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:51,018 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,019 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:51,013 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:51,022 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,023 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:51,024 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,025 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:51,020 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:51,029 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,030 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:51,030 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,031 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:51,026 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:51,035 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,036 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:51,036 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,038 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:41:51,032 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe908b46d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = EUUdlx-rfKv-rLwG-6kXu-w9DR-ofgi-5VUNra size = 1.2 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-3 target size = 1.2 GiB path = /dev/mapper/test_vg3-lv5 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 1004 MiB free extents = 251 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem', 'existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1.2 GiB 2024-03-01 17:41:51,038 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 17:41:51,042 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1.2 GiB lvmlv test_vg3-lv5 (175) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:41:51,042 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:51,042 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 17:41:51,045 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 17:41:51,045 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:41:51,049 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 17:41:51,049 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 17:41:51,049 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:41:51,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:51,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem 2024-03-01 17:41:51,056 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:41:51,058 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,059 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,060 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,061 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,056 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,064 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,065 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,066 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,067 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,062 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,070 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,071 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,071 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,072 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,067 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,076 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,077 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,077 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,078 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,073 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,081 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,082 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,083 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,084 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,079 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,087 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,088 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,088 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,089 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,084 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,093 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,094 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,094 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,095 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,090 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,098 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,099 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,100 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,101 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,096 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,104 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,105 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,105 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,106 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,101 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,110 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,111 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,111 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,112 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,107 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,115 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,116 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,117 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,118 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,113 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,122 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,123 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,124 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,119 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,127 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,128 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,128 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,129 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,124 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,133 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,134 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,134 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,135 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,130 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,138 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,139 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,140 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,141 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,136 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,144 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,145 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,145 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,146 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,141 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,150 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,151 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,151 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,152 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,147 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,155 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,156 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,157 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,158 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,153 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,161 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,162 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,162 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,163 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,158 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,167 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,168 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,168 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,169 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,164 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,172 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,173 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,174 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,175 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,170 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,178 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,179 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,180 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,181 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,176 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,184 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,185 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,185 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,186 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,181 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,189 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,190 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,191 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,192 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,187 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,195 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,196 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,197 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,198 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,193 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,201 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,202 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,202 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,203 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,198 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,207 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,208 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,208 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,209 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,204 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,212 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,213 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,214 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,215 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,210 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,218 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,219 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,219 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,220 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,215 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,224 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,225 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,225 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,226 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,221 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,229 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,230 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,231 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,232 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,227 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,235 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,236 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,237 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,237 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:41:51,232 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91954588) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = VJLKOk-uKl0-Wq75-6K29-yzOn-wxcM-AJzf7C size = 1020 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-2 target size = 1020 MiB path = /dev/mapper/test_vg3-lv6 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 2.18 GiB free extents = 557 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 1020 MiB 2024-03-01 17:41:51,238 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 17:41:51,241 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1020 MiB lvmlv test_vg3-lv6 (188) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:41:51,242 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:51,242 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 17:41:51,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 17:41:51,245 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:41:51,249 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 17:41:51,249 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 17:41:51,249 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:41:51,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:51,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem 2024-03-01 17:41:51,256 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:41:51,258 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,259 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,260 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,260 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,256 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,264 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,264 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,265 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,266 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,261 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,269 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,270 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,270 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,271 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,266 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,274 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,275 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,275 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,276 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,272 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,279 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,280 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,281 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,281 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,277 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,285 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,286 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,286 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,287 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,282 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,290 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,291 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,291 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,292 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,287 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,295 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,296 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,296 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,297 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,293 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,300 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,301 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,302 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,302 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,298 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,305 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,306 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,307 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,308 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,303 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,311 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,312 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,312 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,313 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,308 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,316 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,317 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,317 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,318 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,313 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,321 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,322 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,322 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,323 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,319 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,326 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,327 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,328 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,328 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,324 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,332 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,332 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,333 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,334 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,329 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,337 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,338 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,338 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,339 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,334 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,342 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,343 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,343 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,344 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,339 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,347 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,348 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,348 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,349 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,345 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,352 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,353 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,354 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,354 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,350 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,358 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,358 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,359 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,360 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,355 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,363 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,364 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,364 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,365 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,360 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,368 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,369 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,369 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,370 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,365 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,373 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,374 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,374 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,375 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,371 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,378 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,379 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,380 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,380 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,376 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,384 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,384 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,385 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,386 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,381 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,389 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,390 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,390 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,391 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,386 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,394 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,395 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,395 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,396 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,391 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,399 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,400 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,400 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,401 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,397 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,404 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,405 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,406 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,406 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,402 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,409 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,410 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,411 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,412 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,407 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,415 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,415 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,416 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,417 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,412 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,420 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,421 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,421 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,422 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:41:51,417 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe91a0d710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KT2fBJ-jDQ0-6doH-qzed-nhig-mrCa-EZiov1 size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-1 target size = 408 MiB path = /dev/mapper/test_vg3-lv7 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.17 GiB free extents = 812 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem', 'existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,423 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 17:41:51,426 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv7 (201) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:41:51,426 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:51,426 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 17:41:51,430 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 17:41:51,430 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:41:51,433 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:41:51,433 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 17:41:51,434 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:41:51,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:41:51,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem 2024-03-01 17:41:51,440 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:41:51,442 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,443 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,443 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,444 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,440 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,447 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,448 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,448 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,449 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,445 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,452 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,452 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,453 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,454 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,449 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,456 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,457 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,458 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,458 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,454 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,461 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,462 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,462 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,463 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,459 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,466 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,466 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,467 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,468 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,463 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,470 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,471 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,472 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,472 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,468 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,475 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,476 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,476 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,477 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,473 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,480 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,480 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,481 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,482 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,477 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,484 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,485 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,486 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,486 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,482 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,489 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,490 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,490 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,491 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,487 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,494 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,494 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,495 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,496 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,491 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,498 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,499 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,499 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,500 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,496 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,503 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,504 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,504 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,505 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,501 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,508 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,508 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,509 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,509 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,505 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,512 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,513 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,513 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,514 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,510 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,517 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,518 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,518 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,519 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,515 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,522 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,522 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,523 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,523 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,519 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,526 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,527 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,527 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,528 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,524 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,531 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,532 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,532 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,533 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,529 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,536 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,536 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,537 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,538 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,533 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,540 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,541 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,542 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,542 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,538 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,545 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,546 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,546 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,547 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,543 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,550 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,550 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,551 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,552 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,547 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,554 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,555 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,556 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,556 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,552 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,559 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,560 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,560 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,561 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,557 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,564 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,564 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,565 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,566 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,561 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,568 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,569 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,570 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,570 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,566 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,573 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,574 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,574 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,575 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,571 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,578 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,578 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,579 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,580 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,575 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,582 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,583 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,584 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,584 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,580 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,587 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,588 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,588 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:41:51,589 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:41:51,585 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7efe9083e7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = KYKhBC-7N2J-8a5i-ZjeV-nKjZ-zQJI-RxWDle size = 408 MiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 408 MiB path = /dev/mapper/test_vg3-lv8 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7efe908758d0) -- name = test_vg3 status = True id = 141 children = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] uuid = ToNfQd-4cz5-Mf9y-AZ8Q-Qjgh-gcYZ-3ZHKur size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_format = None free = 1004 MiB PE Size = 4 MiB PE Count = 1016 PE Free = 251 PV Count = 4 modified = False extents = 1016 free space = 3.57 GiB free extents = 914 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sdg (132) with existing lvmpv', 'existing 1024 MiB disk sdh (146) with existing lvmpv', 'existing 1024 MiB disk sdi (156) with existing lvmpv', 'existing 1024 MiB disk sdj (166) with existing lvmpv'] LVs = ['existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 408 MiB 2024-03-01 17:41:51,590 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 17:41:51,593 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 408 MiB lvmlv test_vg3-lv8 (214) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:41:51,593 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:51,593 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 17:41:51,596 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 17:41:51,597 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:41:51,600 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 17:41:51,600 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 17:41:51,600 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:41:51,600 DEBUG blivet.ansible/MainThread: ['sdg', 'sdj', 'sdi', 'sdh', 'test_vg3'] 2024-03-01 17:41:51,601 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 17:41:51,603 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 17:41:51,604 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:51,607 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:41:51,610 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:41:51,614 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:41:51,617 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:41:51,617 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 17:41:51,617 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:41:51,617 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 17:41:51,617 DEBUG blivet/MainThread: removing sdg 2024-03-01 17:41:51,620 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 17:41:51,620 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:51,620 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 17:41:51,623 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 17:41:51,624 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:41:51,624 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 17:41:51,624 DEBUG blivet/MainThread: removing sdj 2024-03-01 17:41:51,627 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 17:41:51,627 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:51,627 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 17:41:51,630 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 17:41:51,630 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:41:51,630 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 17:41:51,630 DEBUG blivet/MainThread: removing sdi 2024-03-01 17:41:51,633 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 17:41:51,633 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:51,633 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 17:41:51,636 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 17:41:51,637 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:41:51,637 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 17:41:51,637 DEBUG blivet/MainThread: removing sdh 2024-03-01 17:41:51,640 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 17:41:51,640 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:41:51,640 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 17:41:51,643 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 17:41:51,643 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:41:51,644 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:51,655 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:51,671 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:51,681 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:51,700 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:41:51,701 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:51,711 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:51,730 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:41:51,731 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:51,741 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:51,760 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:41:51,761 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:51,773 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:51,792 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:41:51,793 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:51,805 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:51,824 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:41:51,825 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:51,834 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:51,853 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:41:51,854 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:51,866 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:51,885 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:41:51,886 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:51,898 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:51,917 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:41:51,918 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:41:51,918 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:41:51,918 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:41:51,918 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:41:51,918 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:41:51,918 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:41:51,918 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:41:51,918 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:41:51,919 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:41:51,919 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:41:51,919 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:41:51,919 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:41:51,919 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:41:51,919 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:41:51,919 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:41:51,919 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:41:51,919 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:41:51,919 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:41:51,919 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:41:51,919 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:41:51,920 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:41:51,920 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:41:51,920 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:41:51,920 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:41:51,920 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:41:51,920 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:41:51,920 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:41:51,920 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:41:51,920 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:41:51,920 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:41:51,922 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:41:51,925 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:41:51,928 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:41:51,931 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:41:51,932 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:41:51,935 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:41:51,935 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 0x7efe908330a0> 2024-03-01 17:41:51,935 INFO blivet/MainThread: sorting actions... 2024-03-01 17:41:51,956 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:41:51,957 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:41:51,957 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:41:51,957 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:41:51,957 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:41:51,957 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:41:51,957 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:41:51,958 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:41:51,958 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:41:51,958 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:41:51,958 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:41:51,958 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:41:51,958 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:41:51,958 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:41:51,959 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:41:51,959 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:41:51,959 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:41:51,959 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:41:51,959 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:41:51,959 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:41:51,959 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:41:51,960 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:41:51,960 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:41:51,960 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:41:51,960 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:41:51,960 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:41:51,960 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:41:51,961 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:41:51,961 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:41:51,961 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:41:51,964 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:51,967 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:41:51,968 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 17:41:51,976 INFO program/MainThread: stdout: 2024-03-01 17:41:51,976 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:41:51,976 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:51,976 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:51,993 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:51,994 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:52,003 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:52,004 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:41:52,008 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 17:41:52,012 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:41:52,016 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:41:52,019 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 17:41:52,023 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:41:52,023 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:52,058 INFO program/MainThread: stdout[92]: 2024-03-01 17:41:52,058 INFO program/MainThread: stderr[92]: 2024-03-01 17:41:52,058 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 17:41:52,062 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:41:52,066 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,069 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:41:52,072 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,076 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:41:52,079 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,082 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:41:52,085 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,089 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:41:52,092 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 17:41:52,092 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:52,138 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 17:41:52,138 INFO program/MainThread: stderr[93]: 2024-03-01 17:41:52,138 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 17:41:52,139 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:41:52,147 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,154 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:41:52,154 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 17:41:52,175 INFO program/MainThread: stdout: 2024-03-01 17:41:52,175 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:41:52,175 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:52,176 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:52,202 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:52,202 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:52,213 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:52,214 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:41:52,218 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 17:41:52,222 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:41:52,226 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:41:52,229 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 17:41:52,233 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:41:52,233 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:52,268 INFO program/MainThread: stdout[94]: 2024-03-01 17:41:52,268 INFO program/MainThread: stderr[94]: 2024-03-01 17:41:52,268 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 17:41:52,272 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:41:52,276 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,279 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:41:52,282 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,286 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:41:52,289 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,293 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:41:52,296 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,299 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:41:52,302 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 17:41:52,302 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:52,345 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 17:41:52,346 INFO program/MainThread: stderr[95]: 2024-03-01 17:41:52,346 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 17:41:52,346 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:41:52,354 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,369 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:41:52,369 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 17:41:52,381 INFO program/MainThread: stdout: 2024-03-01 17:41:52,382 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:41:52,382 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:52,382 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:52,412 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:52,412 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:52,423 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:52,424 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:41:52,428 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 17:41:52,432 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:41:52,436 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:41:52,439 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 17:41:52,443 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:41:52,443 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:52,477 INFO program/MainThread: stdout[96]: 2024-03-01 17:41:52,477 INFO program/MainThread: stderr[96]: 2024-03-01 17:41:52,477 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 17:41:52,481 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:41:52,484 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,488 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:41:52,491 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,495 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:41:52,498 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,501 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:41:52,504 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,507 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:41:52,511 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 17:41:52,511 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:52,560 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 17:41:52,560 INFO program/MainThread: stderr[97]: 2024-03-01 17:41:52,561 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 17:41:52,561 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:41:52,569 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,578 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:41:52,579 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 17:41:52,598 INFO program/MainThread: stdout: 2024-03-01 17:41:52,598 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:41:52,598 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:52,598 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:52,614 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:52,615 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:52,625 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:52,625 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:41:52,629 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 17:41:52,633 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:41:52,637 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:41:52,640 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 17:41:52,644 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:41:52,644 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:52,677 INFO program/MainThread: stdout[98]: 2024-03-01 17:41:52,678 INFO program/MainThread: stderr[98]: 2024-03-01 17:41:52,678 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 17:41:52,682 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:41:52,685 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,689 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:41:52,692 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,696 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:41:52,699 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,702 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:41:52,705 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,708 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:41:52,712 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 17:41:52,712 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:52,750 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 17:41:52,750 INFO program/MainThread: stderr[99]: 2024-03-01 17:41:52,750 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 17:41:52,751 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:41:52,758 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 17:41:52,765 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 17:41:52,771 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:41:52,788 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,793 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:41:52,799 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,805 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:41:52,812 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,818 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:41:52,823 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,826 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:41:52,830 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 17:41:52,830 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:52,868 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 17:41:52,868 INFO program/MainThread: stderr[100]: 2024-03-01 17:41:52,868 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 17:41:52,868 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:52,926 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 17:41:52,926 INFO program/MainThread: stderr[101]: 2024-03-01 17:41:52,926 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 17:41:52,926 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:52,958 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 17:41:52,958 INFO program/MainThread: stderr[102]: 2024-03-01 17:41:52,958 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 17:41:52,959 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:41:52,966 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:52,974 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:41:52,980 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:41:52,980 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdh --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:53,039 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 17:41:53,039 INFO program/MainThread: stderr[103]: 2024-03-01 17:41:53,039 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 17:41:53,039 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 17:41:53,040 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:53,050 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:53,051 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:53,063 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:53,063 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:53,072 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:53,073 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:41:53,077 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:53,080 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:41:53,083 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:41:53,083 INFO program/MainThread: Running [104] lvm pvremove --force --force --yes /dev/sdi --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:53,112 INFO program/MainThread: stdout[104]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 17:41:53,112 INFO program/MainThread: stderr[104]: 2024-03-01 17:41:53,112 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 17:41:53,112 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 17:41:53,113 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:53,143 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:53,143 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:53,158 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:53,158 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:53,170 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:53,170 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:41:53,176 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:53,179 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:41:53,182 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:41:53,182 INFO program/MainThread: Running [105] lvm pvremove --force --force --yes /dev/sdj --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:53,210 INFO program/MainThread: stdout[105]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 17:41:53,211 INFO program/MainThread: stderr[105]: 2024-03-01 17:41:53,211 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 17:41:53,211 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 17:41:53,211 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:53,241 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:53,242 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:53,256 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:53,256 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:53,268 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:53,269 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:41:53,273 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:53,276 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:41:53,280 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:41:53,280 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdg --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:53,306 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 17:41:53,306 INFO program/MainThread: stderr[106]: 2024-03-01 17:41:53,306 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 17:41:53,307 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 17:41:53,307 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:53,338 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:53,338 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:53,351 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:53,352 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:53,365 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:53,365 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:41:53,370 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:53,373 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:41:53,373 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 17:41:53,380 INFO program/MainThread: stdout: 2024-03-01 17:41:53,380 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:41:53,381 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:53,381 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:53,400 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:53,400 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:53,411 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:53,411 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:41:53,416 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 17:41:53,419 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:41:53,423 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:41:53,427 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 17:41:53,430 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:41:53,431 INFO program/MainThread: Running [107] lvm lvchange -an test_vg2/lv4 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:53,468 INFO program/MainThread: stdout[107]: 2024-03-01 17:41:53,468 INFO program/MainThread: stderr[107]: 2024-03-01 17:41:53,468 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 17:41:53,473 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:41:53,476 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:53,479 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 17:41:53,482 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:53,486 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 17:41:53,489 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:53,492 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 17:41:53,496 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 17:41:53,496 INFO program/MainThread: Running [108] lvm lvremove --yes test_vg2/lv4 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:53,536 INFO program/MainThread: stdout[108]: Logical volume "lv4" successfully removed. 2024-03-01 17:41:53,536 INFO program/MainThread: stderr[108]: 2024-03-01 17:41:53,536 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 17:41:53,537 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:41:53,545 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:53,553 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:41:53,553 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 17:41:53,564 INFO program/MainThread: stdout: 2024-03-01 17:41:53,564 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:41:53,564 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:53,564 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:53,587 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:53,587 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:53,599 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:53,600 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:41:53,604 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 17:41:53,608 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:41:53,612 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:41:53,615 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 17:41:53,619 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:41:53,619 INFO program/MainThread: Running [109] lvm lvchange -an test_vg2/lv3 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:53,655 INFO program/MainThread: stdout[109]: 2024-03-01 17:41:53,655 INFO program/MainThread: stderr[109]: 2024-03-01 17:41:53,655 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 17:41:53,659 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:41:53,663 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:53,666 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:41:53,669 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:53,673 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:41:53,676 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:53,679 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:41:53,682 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 17:41:53,682 INFO program/MainThread: Running [110] lvm lvremove --yes test_vg2/lv3 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:53,717 INFO program/MainThread: stdout[110]: Logical volume "lv3" successfully removed. 2024-03-01 17:41:53,717 INFO program/MainThread: stderr[110]: 2024-03-01 17:41:53,717 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 17:41:53,718 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:41:53,725 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 17:41:53,732 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 17:41:53,738 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:41:53,749 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:53,755 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:41:53,761 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:53,766 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:41:53,772 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:53,778 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:41:53,781 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 17:41:53,781 INFO program/MainThread: Running [111] lvm vgreduce --removemissing --force test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:53,811 INFO program/MainThread: stdout[111]: Volume group "test_vg2" is already consistent. 2024-03-01 17:41:53,812 INFO program/MainThread: stderr[111]: 2024-03-01 17:41:53,812 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 17:41:53,812 INFO program/MainThread: Running [112] lvm vgchange -an test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:53,856 INFO program/MainThread: stdout[112]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 17:41:53,856 INFO program/MainThread: stderr[112]: 2024-03-01 17:41:53,856 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 17:41:53,856 INFO program/MainThread: Running [113] lvm vgremove --force test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:53,890 INFO program/MainThread: stdout[113]: Volume group "test_vg2" successfully removed 2024-03-01 17:41:53,890 INFO program/MainThread: stderr[113]: 2024-03-01 17:41:53,890 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 17:41:53,891 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:41:53,898 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:53,905 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:41:53,911 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:41:53,911 INFO program/MainThread: Running [114] lvm pvremove --force --force --yes /dev/sdf --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:53,960 INFO program/MainThread: stdout[114]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 17:41:53,960 INFO program/MainThread: stderr[114]: 2024-03-01 17:41:53,960 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 17:41:53,960 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 17:41:53,961 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:53,988 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:53,988 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:54,002 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,002 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:54,014 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,015 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:41:54,019 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:54,022 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:41:54,025 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:41:54,026 INFO program/MainThread: Running [115] lvm pvremove --force --force --yes /dev/sdd --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:54,053 INFO program/MainThread: stdout[115]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 17:41:54,054 INFO program/MainThread: stderr[115]: 2024-03-01 17:41:54,054 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 17:41:54,054 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 17:41:54,054 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:54,086 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,086 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:54,102 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,103 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:54,114 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,114 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:41:54,118 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:54,121 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:41:54,124 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:41:54,125 INFO program/MainThread: Running [116] lvm pvremove --force --force --yes /dev/sde --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:41:54,152 INFO program/MainThread: stdout[116]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 17:41:54,152 INFO program/MainThread: stderr[116]: 2024-03-01 17:41:54,152 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 17:41:54,152 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 17:41:54,152 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:54,183 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,183 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:54,196 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,197 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:54,210 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,210 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:41:54,215 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:54,218 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:41:54,218 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 17:41:54,225 INFO program/MainThread: stdout: 2024-03-01 17:41:54,225 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:41:54,225 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,225 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:54,239 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,240 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:54,251 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,252 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:41:54,256 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 17:41:54,260 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:41:54,264 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:41:54,267 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 17:41:54,270 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:41:54,271 INFO program/MainThread: Running [117] lvm lvchange -an test_vg1/lv2 --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 17:41:54,305 INFO program/MainThread: stdout[117]: 2024-03-01 17:41:54,305 INFO program/MainThread: stderr[117]: 2024-03-01 17:41:54,305 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 17:41:54,310 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:41:54,313 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:54,316 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 17:41:54,319 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:54,323 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 17:41:54,326 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:54,329 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 17:41:54,332 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 17:41:54,332 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg1/lv2 --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 17:41:54,373 INFO program/MainThread: stdout[118]: Logical volume "lv2" successfully removed. 2024-03-01 17:41:54,373 INFO program/MainThread: stderr[118]: 2024-03-01 17:41:54,373 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 17:41:54,374 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:41:54,382 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:54,391 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:41:54,391 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:41:54,402 INFO program/MainThread: stdout: 2024-03-01 17:41:54,402 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:41:54,403 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,403 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:54,425 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,426 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:54,437 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,438 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:41:54,442 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:41:54,446 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:41:54,450 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:41:54,454 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:41:54,457 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:41:54,457 INFO program/MainThread: Running [119] 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 17:41:54,491 INFO program/MainThread: stdout[119]: 2024-03-01 17:41:54,491 INFO program/MainThread: stderr[119]: 2024-03-01 17:41:54,491 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 17:41:54,496 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:41:54,499 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:54,503 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:41:54,506 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:54,509 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:41:54,512 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:54,515 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:41:54,519 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:41:54,519 INFO program/MainThread: Running [120] 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 17:41:54,559 INFO program/MainThread: stdout[120]: Logical volume "lv1" successfully removed. 2024-03-01 17:41:54,560 INFO program/MainThread: stderr[120]: 2024-03-01 17:41:54,560 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 17:41:54,561 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:41:54,568 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:41:54,574 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:41:54,580 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:41:54,589 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:54,595 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:41:54,601 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:54,607 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:41:54,610 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:54,613 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:41:54,616 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:41:54,616 INFO program/MainThread: Running [121] 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 17:41:54,652 INFO program/MainThread: stdout[121]: Volume group "test_vg1" is already consistent. 2024-03-01 17:41:54,653 INFO program/MainThread: stderr[121]: 2024-03-01 17:41:54,653 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 17:41:54,653 INFO program/MainThread: Running [122] 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 17:41:54,695 INFO program/MainThread: stdout[122]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:41:54,695 INFO program/MainThread: stderr[122]: 2024-03-01 17:41:54,695 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 17:41:54,695 INFO program/MainThread: Running [123] 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 17:41:54,733 INFO program/MainThread: stdout[123]: Volume group "test_vg1" successfully removed 2024-03-01 17:41:54,733 INFO program/MainThread: stderr[123]: 2024-03-01 17:41:54,733 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 17:41:54,734 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:41:54,741 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:54,750 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:41:54,755 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:41:54,756 INFO program/MainThread: Running [124] 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 17:41:54,797 INFO program/MainThread: stdout[124]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:41:54,797 INFO program/MainThread: stderr[124]: 2024-03-01 17:41:54,797 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 17:41:54,797 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:41:54,798 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:54,827 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,827 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:54,839 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,840 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:54,853 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,854 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:41:54,858 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:54,861 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:41:54,864 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:41:54,865 INFO program/MainThread: Running [125] 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 17:41:54,889 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:41:54,889 INFO program/MainThread: stderr[125]: 2024-03-01 17:41:54,889 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 17:41:54,889 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:41:54,890 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:54,919 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,919 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:54,933 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,934 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:54,948 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:54,948 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:41:54,952 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:41:54,955 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:41:54,958 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:41:54,959 INFO program/MainThread: Running [126] 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 17:41:54,984 INFO program/MainThread: stdout[126]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:41:54,985 INFO program/MainThread: stderr[126]: 2024-03-01 17:41:54,985 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 17:41:54,985 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:41:54,985 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:55,015 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:55,015 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:55,028 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:55,028 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:41:55,042 DEBUG program/MainThread: Return code: 0 2024-03-01 17:41:55,048 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:41:55,048 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 0x7efe90833a40> to retry, use: --limit @/tmp/tests_set_revert.retry PLAY RECAP ********************************************************************* sut : ok=129 changed=4 unreachable=0 failed=1 skipped=86 rescued=0 ignored=0 Friday 01 March 2024 17:42:02 +0000 (0:00:01.021) 0:02:32.647 ********** =============================================================================== fedora.linux_system_roles.snapshot : Run snapshot command revert ------- 61.08s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 11.56s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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 -- 10.06s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get required packages --------------- 6.47s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Get required packages --------------- 3.95s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.57s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.53s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.53s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.53s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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.52s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.50s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.49s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.41s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.41s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Ensure test packages ---------------------------------------------------- 2.40s /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.40s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.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.40s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.39s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.38s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Ensure test packages ---------------------------------------------------- 2.37s /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:14 ------ ---^---^---^---^---^--- # 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. ---^---^---^---^---^---